Don't depend on pytest-xdist in setup.cfg

This commit is contained in:
James R. Barlow
2018-04-02 11:45:03 -07:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ install:
script:
- tesseract --version
- qpdf --version
- pytest
- pytest -n auto
deploy:
# release for main pypi
-1
View File
@@ -11,7 +11,6 @@ ignore =
[tool:pytest]
norecursedirs = lib .pc .git output cache resources
testpaths = tests
addopts = -n auto
[metadata]
license_file = LICENSE