-
Looks like pytest based test suite is using `case` module which is not maintained (last release was in 2017).
```console
+ /usr/bin/pytest -ra --ignore=t/unit/backends/test_s3.py --ignore=t/unit/bac…
-
I'm doing something like
```
headers = {'a dict':'test'}
body = 'some string'
http_resp = HTTPResponse(body=body,
headers=headers,
status=202,
…
-
```
Python 2.7.4 (default, Apr 19 2013, 18:32:33)
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pickle, requests
>>> pickle.dumps(requests.ge…
-
pytest shows some warnimgs as well
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-ordering-0.6-7.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDR…
-
**Describe the bug**
Looks like pytest is failing when sphinx 4.0.3 is used
**To Reproduce**
Just normal build, install and test cycle used on building package from non-root account:
- "setup.py…
-
Has anyone else expressed an interested in a basic filesystem backend for cached requests? And is this something you're open to receiving in a pull request?
-
PyPy3.8 7.3.6 was released two days ago. With this version, I get the following new test failure:
```
============================================================== FAILURES ======================…
-
Just normal build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py install --root "
- "pytest with PYTHONPATH pointing to setearch and sitelib …
-
**Important**: Please do not post usage questions here.
To get a quick response, please ask a question on Stack Overflow using `gspread` tag.
See existing questions: https://stackoverflow.com/quest…
-
`nose` module is for python 2.x and for 3.x id deprecated https://nose.readthedocs.io/en/latest/
I recommend use `pytest`
```console
+ /usr/bin/pytest -ra
=========================================…