Skip to content

Commit

Permalink
Pin/set dependencies for tests
Browse files Browse the repository at this point in the history
- Pin Sphinx to 1.2.3
  tox installs --pre versions and there's a weird error I don't know how to fix
  in 1.3b2:

  <autodoc>:None: WARNING: more than one target found for cross-reference
  u'BoundLogger': structlog.BoundLogger, structlog.stdlib.BoundLogger,
  structlog.twisted.BoundLogger

- Require a recent-ish version of freezegun

  Ran into
  spulec/freezegun@15c7cc3
  • Loading branch information
hynek committed Jan 15, 2015
1 parent 87673e0 commit 2bf508c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_tests(self):
'Topic :: Software Development :: Libraries :: Python Modules',
],
tests_require=[
"freezegun",
"freezegun>=0.2.8",
"pretend",
"pytest-cov",
"twisted",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setenv =
PYTHONHASHSEED = 0
deps =
releases
sphinx
sphinx==1.2.3
twisted
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
Expand Down

0 comments on commit 2bf508c

Please sign in to comment.