Skip to content

Commit

Permalink
Fix conflict resolution stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed May 23, 2018
1 parent 6f549ab commit 0f78c11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,3 @@ def test_hello_world(self, tmpdir, runner, package_location, interpreter):
# now run the produced zipapp
with subprocess.Popen([output_file], stdout=subprocess.PIPE) as proc:
assert proc.stdout.read().decode() == 'hello world\n'
<<<<<<< HEAD
=======

@pytest.mark.skipif(len(sys.executable) > 128, reason='only run this test is the shebang is not too long')
def test_real_interpreter(self):
assert validate_interpreter(Path(sys.executable)) == Path(sys.executable)
>>>>>>> Remove bogus python test now that it is a warning

0 comments on commit 0f78c11

Please sign in to comment.