Skip to content

Commit

Permalink
- fixed minor regression
Browse files Browse the repository at this point in the history
  • Loading branch information
notEvil committed Mar 15, 2023
1 parent 185bd72 commit 25430e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_race.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def setUp(self):
def tearDown(self):
self.connection.close()

@unittest.skipIf(
os.environ.get("RPYC_BIND_THREADS") == "true", "bind threads is unaffected"
)
def test_asyncresult_race(self):
with _patch():
def hook():
Expand Down

0 comments on commit 25430e5

Please sign in to comment.