#2968 closed defect (fixed)

The integration tests should start using the new, non-deprecated pytest/twisted APIs

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: 1.12.1
Keywords: review Cc:
Launchpad Bug:

Description

eg

  /tmp/project/integration/test_tor.py:65: DeprecationWarning: pytest.inlineCallbacks has been deprecated, use pytest_twisted.inlineCallbacks
  /tmp/project/integration/conftest.py:94: DeprecationWarning: pytest.blockon has been deprecated, use pytest_twisted.blockon

Change History (2)

comment:2 Changed at 2019-02-05T23:53:35Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In b0f4fc5/trunk:

Merge pull request #546 from tahoe-lafs/pytest-deprecations

Switch the integration tests to pytest_twisted

Fixes: ticket:2968

Note: See TracTickets for help on using tickets.