diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-03 14:42:34 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-03 14:42:34 -0800 |
commit | 369f8bcf2c64368e9b53570d2e9565f6aa3a5df6 (patch) | |
tree | f2f952f1f39ba25be2035e6839fcdd5d1d0d1b2b /python/Pipfile | |
parent | ebf2df2c780f8c41da5407f3754de6c1040bea27 (diff) | |
download | fatcat-369f8bcf2c64368e9b53570d2e9565f6aa3a5df6.tar.gz fatcat-369f8bcf2c64368e9b53570d2e9565f6aa3a5df6.zip |
pipenv: update pytest to 5.x; remove langcodes
pytest has been pinned to the 4.x series to work around a test import
package mangling problem with citeproc_styles. Now that pytest.ini
explicitly lists test files, this seems to no longer be a problem and
pytest can be updated to the most recent version.
Also re-locked Pipfile.lock with updated dependencies (only minor
changes).
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile index dfb87514..fcf28302 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true name = "pypi" [dev-packages] -pytest = ">=4,<5.0.0" +pytest = ">=5,<6.0.0" pytest-pythonpath = "*" pytest-pylint = "*" ipython = "<7.0.0" @@ -47,7 +47,6 @@ pylatexenc = "*" pygal = "*" elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" -langcodes = ">=1.4" dateparser = ">=0.7" [requires] |