Skip to content

Commit

Permalink
Unxfail test_daemonize
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 21, 2021
1 parent 3a95ae1 commit 378d3b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions magicbus/test/test_opsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ def do_GET(self):
service = WebService(handler_class=Handler)


@pytest.mark.xfail(
sys.version_info[0] > 2, reason="""
Hangs under Python 3 because it loops too fast causing a race
condition in `magicbus.plugins.opsys.PIDFile.join()`.
Refs:
* https://github.com/cherrypy/magicbus/issues/7
* https://github.com/cherrypy/magicbus/pull/8
""",
run=False,
)
@pytest.mark.skipif(os.name != 'posix', reason='not on POSIX')
def test_daemonize():
# Spawn the process and wait, when this returns, the original process
Expand Down

0 comments on commit 378d3b2

Please sign in to comment.