diff options
| author | Patrick McLean <patrick.mclean@sony.com> | 2020-01-29 15:33:12 -0800 |
|---|---|---|
| committer | Patrick McLean <chutzpah@gentoo.org> | 2020-01-29 16:21:19 -0800 |
| commit | 42e246629f37cababfeadfe36929b0cce828c37b (patch) | |
| tree | 753bb8a4983694e5125d2b468dbff2f2afd6f87b /dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch | |
| parent | ed21d79a8f2fe4fa16da6991f412f5afd5f270c9 (diff) | |
| download | gentoo-42e246629f37cababfeadfe36929b0cce828c37b.tar.gz gentoo-42e246629f37cababfeadfe36929b0cce828c37b.tar.bz2 gentoo-42e246629f37cababfeadfe36929b0cce828c37b.zip | |
dev-python/astroid-2.3.3: Version bump, add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch')
| -rw-r--r-- | dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch b/dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch new file mode 100644 index 000000000000..5dd24f2e2c43 --- /dev/null +++ b/dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index 439ceafa..2ad55d6b 100644 +--- a/setup.py ++++ b/setup.py +@@ -43,7 +43,6 @@ def install(): + install_requires=install_requires, + extras_require=extras_require, + packages=find_packages(exclude=["astroid.tests"]) + ["astroid.brain"], +- setup_requires=["pytest-runner"], + test_suite="test", + tests_require=["pytest"], + ) |
