pythonPackages.scikit-build: init at 0.8.1

This commit is contained in:
Florian Franzen
2019-02-14 20:17:00 +01:00
parent 94c4df6f57
commit c62202c2d8
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index dd348fa..4de89c6 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ with open('requirements-dev.txt', 'r') as fp:
dev_requirements = list(filter(bool, (line.strip() for line in fp)))
# Require pytest-runner only when running tests
-pytest_runner = (['pytest-runner>=2.0,<3dev']
+pytest_runner = (['pytest-runner>=2.0']
if any(arg in sys.argv for arg in ('pytest', 'test'))
else [])