mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
tests:
|
||||
run-tests:
|
||||
pipenv run pytest test_pipenv.py
|
||||
init:
|
||||
pip install pipenv
|
||||
|
||||
@@ -9,6 +9,6 @@ pytest = "*"
|
||||
crayons = "*"
|
||||
requirements-parser = "*"
|
||||
"delegator.py" = ">=0.0.6"
|
||||
django = "*"
|
||||
"backports.shutil_get_terminal_size" = "*"
|
||||
toml = "*"
|
||||
click = "*"
|
||||
|
||||
Generated
+13
-6
@@ -2,16 +2,23 @@
|
||||
"default": {
|
||||
"crayons": "==0.1.1",
|
||||
"requirements-parser": "==0.1.0",
|
||||
"toml": "==0.9.2",
|
||||
"delegator.py": "==0.0.6",
|
||||
"pexpect": "==4.2.1",
|
||||
"backports.shutil-get-terminal-size": "==1.0.0",
|
||||
"delegator.py": "==0.0.6",
|
||||
"backports.shutil_get_terminal_size": "*",
|
||||
"ptyprocess": "==0.5.1",
|
||||
"Django": "==1.10.5",
|
||||
"toml": "==0.9.2",
|
||||
"colorama": "==0.3.7",
|
||||
"click": "==6.7",
|
||||
"ptyprocess": "==0.5.1"
|
||||
"click": "==6.7"
|
||||
},
|
||||
"develop": {
|
||||
"packaging": "==16.8",
|
||||
"pytest": "==3.0.6",
|
||||
"pyparsing": "==2.1.10",
|
||||
"py": "==1.4.32",
|
||||
"pytest": "==3.0.6"
|
||||
"six": "==1.10.0",
|
||||
"appdirs": "==1.4.0"
|
||||
},
|
||||
"_meta": {
|
||||
"sources": [
|
||||
@@ -21,6 +28,6 @@
|
||||
}
|
||||
],
|
||||
"requires": {},
|
||||
"Pipfile-sha256": "7a1de48e54ab350188d8fdcd94b95b15d87b027108e210a82f17552a5170ffa6"
|
||||
"Pipfile-sha256": "a7cbb1182b2b6a2663243a682e6c033d2c13c9ebdf8803d2b95616c1a6d02d24"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user