| Age | Commit message (Collapse) | Author |
|
If there isn't a preexisting dependency on python, append one. It's
almost assuredly needed, so just do the right thing out of the box.
|
|
- default to python site-packages
- subdir to site-packages/subdir
- arbitrary install_dir
|
|
performed by running "pyupgrade --py36-plus" and committing the results
|
|
before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python
Now, all 5 tests success
|
|
|
|
|
|
This doesn't touch everything as it's just based on the python3 module
tests, ported to the python module. It's still better than the one very
basic test in the unit test module.
|