linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

v5.19.0 #442

Closed jriddle-linode closed 1 month ago

lgarber-akamai commented 1 month ago

Failing tests are due to intermittent issues & leaked test resources:

python3 -m pytest test/integration/models/firewall/test_firewall.py::test_get_devices  
========================================================================== test session starts ==========================================================================
platform darwin -- Python 3.11.9, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/lgarber/Projects/dx-devenv/repos/linode_api4-python
collected 1 item                                                                                                                                                        

test/integration/models/firewall/test_firewall.py .                                                                                                               [100%]

=========================================================================== 1 passed in 2.62s ===========================================================================
python3 -m pytest test/integration/models/vpc/test_vpc.py::test_fails_update_subnet_invalid_data  
========================================================================== test session starts ==========================================================================
platform darwin -- Python 3.11.9, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/lgarber/Projects/dx-devenv/repos/linode_api4-python
collected 1 item                                                                                                                                                        

test/integration/models/vpc/test_vpc.py .                                                                                                                         [100%]

=========================================================================== 1 passed in 1.73s ===========================================================================