Skip to content
Snippets Groups Projects
Commit c03f91b5 authored by Colin Watson's avatar Colin Watson
Browse files

Fix autopkgtest to import from installed package rather than source tree

parent bec92327
No related branches found
No related tags found
No related merge requests found
python-mongomock (4.3.0-2) UNRELEASED; urgency=medium
* Fix autopkgtest to import from the installed package rather than the
source tree.
-- Colin Watson <cjwatson@debian.org> Mon, 09 Dec 2024 16:08:44 +0000
python-mongomock (4.3.0-1) unstable; urgency=medium
* New upstream version 4.3.0 (Closes: #1085136)
......
Test-Command: for PY in $(py3versions -s 2>/dev/null); do $PY -c 'from mongomock import gridfs; gridfs.enable_gridfs_integration()'; done
Test-Command: set -e; cd "$AUTOPKGTEST_TMP"; for PY in $(py3versions -s 2>/dev/null); do $PY -c 'from mongomock import gridfs; gridfs.enable_gridfs_integration()'; done
Depends:
@,
python3-all,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment