forked from paramiko/paramiko
-
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.
Test and dev dependencies cleanup and sync with Fabric
* Update invocations min version * Update pytest to be consistent with fabric * Add pytest-xdist to enable `guard` task * Other dependencies as found to be inconsistent with Fabric2
- Loading branch information
1 parent
dc44094
commit 8fa7c00
Showing
4 changed files
with
71 additions
and
40 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
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,11 +1,23 @@ | ||
# Invocations for common project tasks | ||
invoke>=0.13,<2.0 | ||
invocations>=0.13,<2.0 | ||
sphinx>=1.1.3,<1.5 | ||
alabaster>=0.7.5,<2.0 | ||
releases>=1.1.0,<2.0 | ||
semantic_version<3.0 | ||
invocations>=1.0,<2.0 | ||
# NOTE: pytest-relaxed currently only works with pytest >=3, <3.3 | ||
pytest>=3.2,<3.3 | ||
pytest-relaxed==1.1.2 | ||
#pytest-xdist for test dir watching and the inv guard task | ||
pytest-xdist>=1.22,<2.0 | ||
# Linting! | ||
flake8==2.4.0 | ||
# Coverage! | ||
coverage==3.7.1 | ||
codecov==1.6.3 | ||
# Documentation tools | ||
sphinx>=1.4,<1.7 | ||
alabaster>=0.7,<2.0 | ||
releases>=1.5,<2.0 | ||
# Release tools | ||
semantic_version>=2.4,<2.5 | ||
wheel==0.24 | ||
twine>=1.11.0 | ||
flake8==2.6.2 | ||
pytest==3.2.1 | ||
pytest_relaxed==1.0.0 | ||
twine==1.11.0 | ||
|
||
|
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