Skip to content

Conversation

adhintz
Copy link
Contributor

@adhintz adhintz commented Jul 24, 2020

Removes warnings such as this:

src/ecdsa/test_rw_lock.py::RWLockTestCase::test_many_writers_priority
  /home/travis/build/warner/python-ecdsa/src/ecdsa/test_rw_lock.py:157: DeprecationWarning: Please use assertTrue instead.
    self.assert_(threads[0].exit_time < threads[1].entry_time)

Removes warnings such as this:
```
src/ecdsa/test_rw_lock.py::RWLockTestCase::test_many_writers_priority
  /home/travis/build/warner/python-ecdsa/src/ecdsa/test_rw_lock.py:157: DeprecationWarning: Please use assertTrue instead.
    self.assert_(threads[0].exit_time < threads[1].entry_time)
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.988% when pulling 972979f on adhintz:lint into fc11345 on warner:master.

@tomato42
Copy link
Member

looks good, thanks!

@tomato42 tomato42 merged commit 9366e85 into tlsfuzzer:master Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants