RudolfCardinal / pythonlib

Miscellaneous Python support functions
Apache License 2.0
11 stars 5 forks source link

Dogpile test fails with python 3.10 #15

Closed martinburchell closed 11 months ago

martinburchell commented 1 year ago

=================================== FAILURES ===================================
_____________________ DogpileCacheTests.test_dogpile_cache _____________________
cardinal_pythonlib/tests/dogpile_cache_tests.py:347: in test_dogpile_cache
    raise AssertionError(
E   AssertionError: Inappropriate success with keyword arguments!
=============================== warnings summary ===============================
cardinal_pythonlib/sqlalchemy/tests/schema_tests.py::SchemaTests::test_schema_functions
  /home/runner/venv/lib/python3.10/site-packages/sqlalchemy/sql/compiler.py:2975: SADeprecationWarning: Use of Sequence with SQL Server in order to affect the parameters of the IDENTITY value is deprecated, as Sequence will correspond to an actual SQL Server CREATE SEQUENCE in a future release.  Please use the mssql_identity_start and mssql_identity_increment parameters.
    text = self.get_column_specification(column, first_pk=first_pk)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED cardinal_pythonlib/tests/dogpile_cache_tests.py::DogpileCacheTests::test_dogpile_cache - AssertionError: Inappropriate success with keyword arguments!
======== 1 failed, 46 passed, 2 xfailed, 1 warning in 77.08s (0:01:17) =========
Error: Process completed with exit code 1.