Skip to content

Commit

Permalink
Require "pytest-runner" as development dependency
Browse files Browse the repository at this point in the history
Requiring "pytest-runner" as an install dependency adds unnecessary
bloat to the end user package. Instead, only development build should
require "pytest-runner" as a dependency.
  • Loading branch information
loonies committed Feb 21, 2016
1 parent ce4c661 commit 51ca153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -9,4 +9,5 @@ flake8
mock<=1.0.1
pytest
pytest-datafiles
pytest-runner
tox
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,4 +1,3 @@
arrow
click
pytest-runner
requests

0 comments on commit 51ca153

Please sign in to comment.