diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-30 22:42:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-30 22:46:23 +0200 |
commit | 5b1d2f2c5f83e9120aa35b87ea73d91c1beefaf8 (patch) | |
tree | 632c58e431d9e65faf47baca69305fc5d657b2a7 /dev-python/astroid/files | |
parent | dev-python/aws-sam-translator: Remove old (diff) | |
download | gentoo-5b1d2f2c5f83e9120aa35b87ea73d91c1beefaf8.tar.gz gentoo-5b1d2f2c5f83e9120aa35b87ea73d91c1beefaf8.tar.bz2 gentoo-5b1d2f2c5f83e9120aa35b87ea73d91c1beefaf8.zip |
dev-python/astroid: Remove old
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.3.3-no-pytest-runner.patch | 12 |
1 files changed, 0 insertions, 12 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 deleted file mode 100644 index 5dd24f2e2c43..000000000000 --- a/dev-python/astroid/files/astroid-2.3.3-no-pytest-runner.patch +++ /dev/null @@ -1,12 +0,0 @@ -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"], - ) |