diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-02 22:29:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-02 22:30:06 +0200 |
commit | 730ac96f74f39643ff6b9f584901516eddeddaa4 (patch) | |
tree | aab2296fb27f4c4ca476bc40b505b6822bf9dbbd /tests/ebuild/test_cpv.py | |
parent | ebuild/test_eapi: fix tests artifacts in EBD_PATH (diff) | |
download | pkgcore-730ac96f74f39643ff6b9f584901516eddeddaa4.tar.gz pkgcore-730ac96f74f39643ff6b9f584901516eddeddaa4.tar.bz2 pkgcore-730ac96f74f39643ff6b9f584901516eddeddaa4.zip |
reblackify the code
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'tests/ebuild/test_cpv.py')
-rw-r--r-- | tests/ebuild/test_cpv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ebuild/test_cpv.py b/tests/ebuild/test_cpv.py index e33fe20b..e014d751 100644 --- a/tests/ebuild/test_cpv.py +++ b/tests/ebuild/test_cpv.py @@ -19,7 +19,6 @@ def generate_misc_sufs(): class TestCPV: - good_cats = ( "dev-util", "dev+", |