-
### Describe the bug
Example https://github.com/agronholm/anyio/issues/354
Currently many modules relocates its own source code to `src/` directory. In most of the cases `setup.py build_sphinx` fa…
-
### Feature description
With the addition of the filesystem backend (#238), it would be useful to have the option to save responses in a human-readable/editable serialization format. This would be ex…
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…
-
"setup.py build" -> "setup.py install --root " -> pytest with PYTHONPATH pointing to python stearch and sitelib inside
```
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-WSGIProxy2-0.4.6-8.…
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…
-
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pydoctor-21.9.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pydoctor-21.9.0-2.fc35.x86_64…
-
Currently I am trying to lock dependencies for prospector 1.3.1 without having changed any packages and I am getting the following error:
```
ERROR: Could not find a version that matches pycodestyle…
-
According to https://pypi.org/project/pytest-flakes/ latest version is 4.0.3 however there is no in repo git tag for that version.
-
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-regressions-2.2.0-2.1.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-regressions…
-
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 …