attrs/tests
Sviatoslav Sydorenko 90f7590abf
Add unstable Python 3.12 to CI allowing failures (#1033)
* Add unstable Python 3.12 to CI allowing failures

* 🔧 Add a toxenv for 🐍 Python 3.12

* Account for 3.12 abc error @ test_remain_abstract

Co-authored-by: Hynek Schlawack <hs@ox.cx>
2022-12-18 10:46:08 +00:00
..
__init__.py Apply SPDX IDs 2021-12-27 09:29:09 +01:00
attr_import_star.py pre-commit autoupdate, add yesqa 2022-08-01 10:09:13 +02:00
dataclass_transform_example.py Add unsafe_hash alias for class-wide hash (#1065) 2022-12-02 07:45:13 +01:00
strategies.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_3rd_party.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_abc.py Add unstable Python 3.12 to CI allowing failures (#1033) 2022-12-18 10:46:08 +00:00
test_annotations.py Replace omnipresent pytest.mark.parametrize("(slots|frozen)" w/ fixture (#1002) 2022-08-11 09:35:39 +02:00
test_cmp.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_compat.py Remove various obsolete _compat helpers (#941) 2022-03-21 14:03:22 +01:00
test_config.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_converters.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_dunders.py Use enum for typing NOTHING (#983) 2022-08-27 17:41:56 +02:00
test_filters.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_funcs.py Drop Python 3.5 (#988) 2022-08-05 09:48:00 +02:00
test_functional.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_hooks.py Add Attribute.alias (#950) 2022-11-30 14:39:57 +00:00
test_import.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_init_subclass.py Replace omnipresent pytest.mark.parametrize("(slots|frozen)" w/ fixture (#1002) 2022-08-11 09:35:39 +02:00
test_make.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_mypy.yml Use `TypeGuard` for `has` in Python 3.10 and above (#997) 2022-08-16 07:20:32 +02:00
test_next_gen.py Drop Python 3.5 (#988) 2022-08-05 09:48:00 +02:00
test_pattern_matching.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
test_pyright.py pyright: add aliasing test (#1063) 2022-11-30 16:04:57 +01:00
test_setattr.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_slots.py Purge stale Python 2/3 mentions 2022-12-18 10:54:37 +01:00
test_utils.py Make tests for simple-class actually run 2022-08-22 10:54:22 +02:00
test_validators.py Add a not_ validator (#1010) 2022-09-04 13:55:02 +02:00
test_version_info.py Drop Python 2.7 (#936) 2022-03-21 08:47:47 +01:00
typing_example.py Add unsafe_hash alias for class-wide hash (#1065) 2022-12-02 07:45:13 +01:00
utils.py Add Attribute.alias (#950) 2022-11-30 14:39:57 +00:00