Skip to content

Commit

Permalink
Don't copy apipkg into the test dir -- it isn't a single file any more
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jul 5, 2018
1 parent ce54cd5 commit a59f30a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/test_termination.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import execnet
import apipkg
import subprocess
import py
import sys
Expand Down Expand Up @@ -76,7 +75,6 @@ def test_close_initiating_remote_no_error(testdir, anypython):
print ("termination")
execnet.default_group.terminate()
""")
testdir.makepyfile(apipkg=apipkg)
popen = subprocess.Popen(
[str(anypython), str(p), str(execnetdir)],
stdout=None, stderr=subprocess.PIPE,)
Expand Down

0 comments on commit a59f30a

Please sign in to comment.