You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current unit tests support HTTPretty 0.8.6 without any issue; however, 0.8.6 only supports Python2. For Python3 support HTTPretty 0.9.7 is required, but this breaks the unit tests.
For now, HTTPretty on Py3 is officially unsupported here. That's not to say it won't work just that it has been too big an issue to get working with the time available to do so as there seems to be some kind of regex related error internal to HTTPretty 0.9.7 related to StackInABox's callback usage.
Help to fix this is of course welcome and appreciated.
The text was updated successfully, but these errors were encountered:
- Enhancement: Update the dependencies to the latest supported
versions.
- Note: See Issue TestInABox#80 related to updating HTTPretty
- Enhancement: Moved generic infrastructure to generic Py3 support
so that it should always run.
- Bug: Added a note regarding HTTPretty support
- Enhancement: Refactored how the thread local object is accessed;
this should improve parallel processing support.
- Enhancement: Various Py3 support enhancements
- Enhancement: Moved general tests that utilize a util module to
requests_mock from HTTPretty due to the issues with HTTPretty
- Enhancement: Added a Pypy3 test environment
The current unit tests support HTTPretty 0.8.6 without any issue; however, 0.8.6 only supports Python2. For Python3 support HTTPretty 0.9.7 is required, but this breaks the unit tests.
For now, HTTPretty on Py3 is officially unsupported here. That's not to say it won't work just that it has been too big an issue to get working with the time available to do so as there seems to be some kind of regex related error internal to HTTPretty 0.9.7 related to StackInABox's callback usage.
Help to fix this is of course welcome and appreciated.
The text was updated successfully, but these errors were encountered: