Commit 607dcfda authored by Kenneth Reitz's avatar Kenneth Reitz

no pipenv test (for now)

parent 26a0b967
...@@ -5,13 +5,6 @@ testNoRequirements() { ...@@ -5,13 +5,6 @@ testNoRequirements() {
assertCapturedError assertCapturedError
} }
testPipenv() {
compile "pipenv"
assertCaptured "requests"
assertCapturedSuccess
}
testSetupPy() { testSetupPy() {
compile "setup-py" compile "setup-py"
assertCaptured "maya" assertCaptured "maya"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment