summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-25 23:42:14 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-26 00:00:18 +0200
commit1a0cd6fa1c265f4e80e93b1e455c5204056bb355 (patch)
tree8e37c968c7642da59d2b86b2439a275a7591828f /dev-python/apipkg/files
parentdev-python/platformdirs: Bump to 2.4.0 (diff)
downloadgentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.tar.gz
gentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.tar.bz2
gentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.zip
dev-python/apipkg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apipkg/files')
-rw-r--r--dev-python/apipkg/files/apipkg-1.5-pytest-4.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch b/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch
deleted file mode 100644
index 0053e7078e2b..000000000000
--- a/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 81dc0f46754afd44358b8c97ea832030436ac7cb Mon Sep 17 00:00:00 2001
-From: Andy Postnikov <apostnikov@gmail.com>
-Date: Sun, 27 Jan 2019 03:27:18 +0200
-Subject: [PATCH] testing/py-apipkg: fix tests
-
-https://github.com/pytest-dev/apipkg/issues/14
----
- testing/py-apipkg/14.patch | 11 +++++++++++
- testing/py-apipkg/APKBUILD | 7 ++++---
- 2 files changed, 15 insertions(+), 3 deletions(-)
- create mode 100644 testing/py-apipkg/14.patch
-
-[inner patch extracted for Gentoo use]
-
---- a/test_apipkg.py
-+++ b/test_apipkg.py
-@@ -13,7 +13,7 @@
- class TestRealModule:
-
- def setup_class(cls):
-- cls.tmpdir = py.test.ensuretemp('test_apipkg')
-+ cls.tmpdir = py.path.local('test_apipkg')
- sys.path = [str(cls.tmpdir)] + sys.path
- pkgdir = cls.tmpdir.ensure('realtest', dir=1)
-