laxer test for also passing it with pypy
This commit is contained in:
parent
b04f87b1a6
commit
eb225456d7
|
@ -350,7 +350,7 @@ class TestInvocationVariants:
|
|||
result = testdir.runpytest("--pyargs", "tpkg.test_hello")
|
||||
assert result.ret != 0
|
||||
result.stderr.fnmatch_lines([
|
||||
"*file*not*found*test_hello.py",
|
||||
"*file*not*found*test_hello",
|
||||
])
|
||||
|
||||
def test_cmdline_python_package_not_exists(self, testdir):
|
||||
|
|
Loading…
Reference in New Issue