Codebase list responses / a570dda
d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP Ondřej Nový 6 years ago
2 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 responses (0.9.0-2) UNRELEASED; urgency=medium
1
2 * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
3
4 -- Ondřej Nový <onovy@debian.org> Tue, 17 Apr 2018 13:17:01 +0200
5
06 responses (0.9.0-1) unstable; urgency=medium
17
28 * New upstream release.
00 Depends: python-responses
1 Test-Command: cd "$ADTTMP" ; python -c "import responses; print responses.RequestsMock()"
1 Test-Command: cd "$AUTOPKGTEST_TMP" ; python -c "import responses; print responses.RequestsMock()"
22
33 Depends: python3-responses
4 Test-Command: cd "$ADTTMP" ; python3 -c "import responses; print(responses.RequestsMock())"
4 Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import responses; print(responses.RequestsMock())"