From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/compreffor/files/remove-pytest-runner.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/compreffor/files/remove-pytest-runner.patch (limited to 'dev-python/compreffor/files/remove-pytest-runner.patch') diff --git a/dev-python/compreffor/files/remove-pytest-runner.patch b/dev-python/compreffor/files/remove-pytest-runner.patch new file mode 100644 index 000000000000..f3734f3cc280 --- /dev/null +++ b/dev-python/compreffor/files/remove-pytest-runner.patch @@ -0,0 +1,11 @@ +--- a/setup.py 2021-03-27 18:38:41.032816105 +0100 ++++ b/setup.py 2021-03-27 18:38:57.087088810 +0100 +@@ -150,7 +150,7 @@ + cmdclass={ + 'build_ext': custom_build_ext, + }, +- setup_requires=pytest_runner + wheel, ++ setup_requires=wheel, + tests_require=[ + 'pytest>=2.8', + ], -- cgit v1.3.1