diff options
Diffstat (limited to 'sci-mathematics/radian/files/radian-0.6.0-no-pytest-runner.patch')
-rw-r--r-- | sci-mathematics/radian/files/radian-0.6.0-no-pytest-runner.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-mathematics/radian/files/radian-0.6.0-no-pytest-runner.patch b/sci-mathematics/radian/files/radian-0.6.0-no-pytest-runner.patch new file mode 100644 index 000000000..a1ce1ddc7 --- /dev/null +++ b/sci-mathematics/radian/files/radian-0.6.0-no-pytest-runner.patch @@ -0,0 +1,9 @@ +--- a/setup.py ++++ b/setup.py +@@ -55,6 +55,5 @@ + extras_require={ + "test": tests_deps + }, +- setup_requires=["pytest-runner"], + tests_require=tests_deps + ) |