From 369f8bcf2c64368e9b53570d2e9565f6aa3a5df6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Jan 2020 14:42:34 -0800 Subject: 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). --- python/Pipfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/Pipfile') 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] -- cgit v1.2.3