diff options
Diffstat (limited to '.builds/debian-10-with-site-packages.yml')
-rw-r--r-- | .builds/debian-10-with-site-packages.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.builds/debian-10-with-site-packages.yml b/.builds/debian-10-with-site-packages.yml index c04fef02..ead92ab1 100644 --- a/.builds/debian-10-with-site-packages.yml +++ b/.builds/debian-10-with-site-packages.yml @@ -62,6 +62,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 |