diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 12:37:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 12:47:54 +0100 |
commit | 48b72072e230546fb7d8fc6edcb9690697df1644 (patch) | |
tree | f39587f2135ece980ad9a8c63ef67a00b83ba02d /dev-python/astroid/files | |
parent | dev-python/astroid: Stabilize 2.3.3-r2 ALLARCHES (diff) | |
download | gentoo-48b72072e230546fb7d8fc6edcb9690697df1644.tar.gz gentoo-48b72072e230546fb7d8fc6edcb9690697df1644.tar.bz2 gentoo-48b72072e230546fb7d8fc6edcb9690697df1644.zip |
dev-python/astroid: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/astroid/files')
-rw-r--r-- | dev-python/astroid/files/astroid-2.1.0-no-pytest-runner.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/astroid/files/astroid-2.1.0-no-pytest-runner.patch b/dev-python/astroid/files/astroid-2.1.0-no-pytest-runner.patch deleted file mode 100644 index 94eda1725457..000000000000 --- a/dev-python/astroid/files/astroid-2.1.0-no-pytest-runner.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.py b/setup.py -index 2ad90aac..4628a40f 100644 ---- a/setup.py -+++ b/setup.py -@@ -42,7 +42,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'], - ) |