Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Hacked around pytest bug by adding funcsigs to Pipfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
willvousden committed Jan 20, 2018
1 parent 2f93aac commit 0fa4009
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
11 changes: 3 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[[source]]

url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true


[dev-packages]
pytest = "*"
"pytest-xdist" = "*"




pytest-xdist = "*"
funcsigs = {version = "*", markers="python_version < '3.3.0'"}

[packages]
numpy = "*"
numpy = "*"
10 changes: 9 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fa4009

Please sign in to comment.