mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-23 20:28:21 -07:00
Testing requires the Github packaging, hence the change to SRC_URI Removed old dependency on funcsigs, no longer needed Removed code-linting, and coverage requirements from test suite Signed-off-by: William Pettersson <william@ewpettersson.se> Closes: https://bugs.gentoo.org/719090 Package-Manager: Portage-2.3.89, Repoman-2.3.21 Closes: https://github.com/gentoo/gentoo/pull/15493 Signed-off-by: Michał Górny <mgorny@gentoo.org>
18 lines
382 B
Diff
18 lines
382 B
Diff
diff --git a/requirements-test.txt b/requirements-test.txt
|
|
index b454361..726c861 100644
|
|
--- a/requirements-test.txt
|
|
+++ b/requirements-test.txt
|
|
@@ -1,5 +1 @@
|
|
-check-manifest
|
|
-pyflakes
|
|
-readme_renderer
|
|
testfixtures
|
|
-yapf
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index 86e41d1..bb77dce 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1,2 +1 @@
|
|
six>=1.10
|
|
-funcsigs
|