-
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 --…
-
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 …
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
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 …
-
```console
+ /usr/bin/python3 -Bm pytest -ra
=========================================================================== test session starts =========================================================…
-
As I'm writing a [tool](https://github.com/guyzmo/git-repo) that uses python-gitlab, while writing tests I ran into an issue. When I used the API, to delete a project, I did:
```
try:
rep…
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
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 --…
-
I just found that ipython needs matplot not only to generate documentation but test units needs matplot as well.
Despite that missing bit in my build env already latest pytest shows some warnings.
`…
-
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 --…