| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Start deprecation of Python 3.6
* Removed dependency on attrs and replaced with dataclasses
* Fix typing
* Added comments to assist with dropping support of Python versions in the future.
---------
Co-authored-by: Kevin Van Brunt <kmvanbrunt@gmail.com>
|
|
|
|
|
|
| |
on Ubuntu.
Added Python 3.11 testing support.
|
|
|
|
|
|
|
|
|
|
| |
* Upgrade CI build systems to use Python 3.10
Changes include:
- Switch Azure Pipelines to use Python 3.10 instead of 3.6
- Switch GitHub Actions to use Python 3.10 instead of 3.10b2 for main CI
- Switch GitHub Actions to use Python 3.10 instead of 3.9 for all auxilliary CI
* Fix nox file
|
|
|
|
|
|
|
|
| |
for me
github CI appears to require full beta version number which is incompatably with how nox wants the version passed in.
Changed CI to run test targets without specifying version and relying on nox to auto-skip unsupported versions
Added Python 3.10 to azure pipelines.
|
|
|
|
|
|
|
| |
* Begin testing on Python 3.10 beta 2
* Try to fix 3.10 build
* Add nox session
|
|
|
|
| |
configuration/commands match developer local commands.
|
| |
|
| |
|
|
|
|
| |
GitHub Actions yet
|
| |
|
|
|
|
|
|
|
|
| |
matrix
Also:
- Temporarily disable dependency caching in GitHub Actions
- For Azure Pipelines MacOs testing, add Python 3.9 and remove 3.5
|
|
|
|
| |
Added unit test to verify command name validation updates.
|
|
|
|
|
|
|
| |
Python 3.5.2 introduced a bug in typing that was fixed in 3.5.3.
The bug in typing prevents the latest nox from running properly.
Ubuntu 16.04 stopped at python 3.5.2.
To work-around, force an older version of nox when testing 3.5.2
|
|
|
|
| |
Copied 3.5.4 definition of typing.Deque
|
|
|
|
| |
Added additional documentation
|
|
|
|
|
|
|
| |
Cleaned up docstring in external test plugin
Updated some initialization to match new approach for version info discovery.
Tagged some IDE-only lines as no-cover
Adds plugin coverage reporting.
|
| |
|
| |
|
| |
|
|
|