mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Fix all tests and split out requirements refactor
- includes missing artifacts - fixes cmdprse script - Remove extraneous changes - Fix tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[dev-packages]
|
||||
|
||||
pipenv = {path = ".", editable = true}
|
||||
"flake8" = ">=3.3.0,<4"
|
||||
pytest = "*"
|
||||
@@ -13,14 +12,12 @@ pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
|
||||
pytest-tap = "*"
|
||||
stdeb = {version="*", markers="sys_platform == 'linux'"}
|
||||
white = {version="*", markers="python_version >= '3.6'"}
|
||||
flaky = "*"
|
||||
|
||||
[packages]
|
||||
|
||||
|
||||
[scripts]
|
||||
|
||||
tests = "bash ./run-tests.sh"
|
||||
|
||||
[pipenv]
|
||||
|
||||
allow_prereleases = true
|
||||
|
||||
Reference in New Issue
Block a user