Skip to content

Commit

Permalink
responses now required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 5, 2018
1 parent b83a5aa commit f56aab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
Version 2.2
-----------


* The ``exclude`` option now works to exclude files extracted from wheels
(:ghpull:`147`).
* ``exclude`` patterns work with either slash ``/`` or backslash ``\`` as
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ classifiers = [
]

[tool.flit.metadata.requires-extra]
test = ["testpath"]
test = [
"testpath",
"responses",
]

[tool.flit.scripts]
pynsist = "nsist:main"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ deps = pytest
jinja2
yarg
testpath
responses
commands = pytest nsist/tests

[testenv:notnetwork]
Expand Down

0 comments on commit f56aab7

Please sign in to comment.