diff options
Diffstat (limited to '.builds/debian-11-with-site-packages.yml')
-rw-r--r-- | .builds/debian-11-with-site-packages.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.builds/debian-11-with-site-packages.yml b/.builds/debian-11-with-site-packages.yml index 26e42a27..c6b13fa5 100644 --- a/.builds/debian-11-with-site-packages.yml +++ b/.builds/debian-11-with-site-packages.yml @@ -67,6 +67,9 @@ tasks: # Install raw image library from PyPI as not available in Debian 10. ./bin/pip install py3exiv2 + # Confirm our packages version for later troubleshooting. + ./bin/python -m pip freeze + # Run the tests, explicitly listing out skipped tests. ./bin/python -m pytest -rs ./mediagoblin/tests --boxed |