1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/toot/01-skip-version-test.patch
Galen Abell f792f7135f testing/toot: new aport
https://github.com/ihabunek/toot
mastodon cli & tui
testing/
2020-04-04 16:13:46 +00:00

15 lines
481 B
Diff

Skip the version test, since it breaks even with proper PYTHONPATH
diff --git a/tests/test_version.py b/tests/test_version.py
deleted file mode 100644
index 375c431..0000000
--- a/tests/test_version.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import toot
-from pkg_resources import get_distribution
-
-
-def test_version():
- """Version specified in __version__ should be the same as the one
- specified in setup.py."""
- assert toot.__version__ == get_distribution('toot').version