Browse code

move requirements to setup.py

Bas Nijholt authored on 16/12/2019 19:11:06
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,6 +0,0 @@
1
-pexpect
2
-pytest
3
-pytest-cov
4
-pytest-randomly
5
-pytest-timeout
6
-pre_commit
Browse code

add pre-commit with black, flake8, and whitespace fixers

Bas Nijholt authored on 06/05/2019 20:12:32
Showing 1 changed files
... ...
@@ -3,3 +3,4 @@ pytest
3 3
 pytest-cov
4 4
 pytest-randomly
5 5
 pytest-timeout
6
+pre_commit
Browse code

add a timeout to 'test_distributed_executor' because it hangs sometimes

Bas Nijholt authored on 05/03/2019 16:14:44
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1
+pexpect
1 2
 pytest
2
-pytest-randomly
3 3
 pytest-cov
4
-pexpect
4
+pytest-randomly
5
+pytest-timeout
Browse code

add tests against different executors

Joseph Weston authored on 25/10/2018 16:01:01
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1 1
 pytest
2 2
 pytest-randomly
3 3
 pytest-cov
4
+pexpect
Browse code

add pytest-randomly to CI config and put test requirements in a file

Joseph Weston authored on 18/07/2018 19:50:27
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+pytest
2
+pytest-randomly
3
+pytest-cov