-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update testpath to 0.6.0+dfsg-3
- Loading branch information
1 parent
8fc2b20
commit d9f3414
Showing
13 changed files
with
58 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
.pc/ | ||
__pycache__ | ||
*.pyc | ||
/doc/_build | ||
/MANIFEST | ||
/build/ | ||
/dist/ | ||
.pytest_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
testpath (0.6.0+dfsg-3) unstable; urgency=medium | ||
|
||
* Team upload. | ||
* Fix empty binary packages (Closes: #1018279) | ||
|
||
-- Gordon Ball <[email protected]> Mon, 29 Aug 2022 20:27:55 +0000 | ||
|
||
testpath (0.6.0+dfsg-2) unstable; urgency=medium | ||
|
||
* Drop nose dependency. | ||
|
||
-- Julien Puydt <[email protected]> Sat, 27 Aug 2022 12:15:10 +0200 | ||
|
||
testpath (0.6.0+dfsg-1) unstable; urgency=medium | ||
|
||
* New upstream release. | ||
* Update dates in d/copyright. | ||
* Declare d/rules doesn't require root. | ||
|
||
-- Julien Puydt <[email protected]> Thu, 10 Mar 2022 08:04:19 +0100 | ||
|
||
testpath (0.5.0+dfsg-1) unstable; urgency=medium | ||
|
||
[ Ondřej Nový ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ Upstream-Name: testpath | |
Files-Excluded: testpath/*.exe | ||
|
||
Files: * | ||
Copyright: 2015-2018 Jupyter Development Team | ||
Copyright: 2015-2022 Jupyter Development Team | ||
License: BSD-3-clause | ||
|
||
Files: debian/* | ||
Copyright: 2015-2018 Julien Puydt <[email protected]> | ||
Copyright: 2015-2022 Julien Puydt <[email protected]> | ||
License: BSD-3-clause | ||
|
||
License: BSD-3-clause | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Tests: runtestsuite | ||
Depends: @, python3-nose | ||
Depends: @, python3-pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
set -e | ||
nosetests3 2>/dev/null | ||
pytest 2>/dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
Release notes | ||
============= | ||
|
||
0.6 | ||
--- | ||
|
||
February 2022 | ||
|
||
* Removed some code that's unused since dropping Python 2 support. | ||
* Relax the version constraint for the ``flit_core`` build requirement. | ||
|
||
0.5 | ||
--- | ||
|
||
May 2021 | ||
|
||
* Easier ways to use :class:`.MockCommand` to customise mocked commands, | ||
including ``python=`` to specify extra code to run, | ||
:meth:`~.MockCommand.fixed_output`, and :meth:`~.MockCommand.assert_called`. | ||
* Command mocking will use :data:`os.defpath` as the initial PATH if the PATH | ||
environment variable is not set. | ||
|
||
May 2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,5 @@ Indices and tables | |
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters