Opened at 2019-02-05T16:08:19Z
Closed at 2019-02-05T23:53:35Z
#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:1 Changed at 2019-02-05T16:08:58Z by exarkun
- Keywords review added
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:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/546