Commit a6d3a4e
committed
This should also work for Python 3.10 and 3.11
For Python 3.10 and 3.11 a "hatch run test.py3.11:pytest -vv test/test_utility/test_sourceparams.py" yielded
"
FAILED test/test_utility/test_sourceparams.py::test_sourceparams_descriptions_complete - TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
"
With these changes all four Python versions should pass.1 parent 542848c commit a6d3a4e
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | | - | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | | - | |
| 18 | + | |
0 commit comments