xonsh/tests/xoreutils
Noorhteen Raja NJ 769dfbe6aa
Py 312 pre-liminary support (#5156)
* refactor: project requires 3.9+

changed as per NEP-29
https://numpy.org/neps/nep-0029-deprecation_policy.html

* test: nose type tests are deprecated in pytest now

* fix: deprecation of ast.Str and ast.Bytes and .s attribute access

* fix: deprecation of ast.Num,ast.NameConstant,ast.Ellipsis

* refactor: upgrade code to be py39+ using ruff

the changes are auto-generated

* refactor: remove typing.Annotated compatibility code

* fix: temporarily disable having xonsh syntax inside f-strings

* test: skip failing tests

there is no workaround for this version. It might get solved in the
final release though

* refactor: make XonshSession.completer lazily populated

this speedsup the tests as cmd_cache would not be actively populated
when used in default_completers function

* refactor: make presence of walrus operator default
2023-07-04 22:18:37 +05:30
..
test_cat.py Add uname command, Update uptime comand (#3909) 2022-01-08 18:28:46 +05:30
test_uname.py Add uname command, Update uptime comand (#3909) 2022-01-08 18:28:46 +05:30
test_uptime.py Add uname command, Update uptime comand (#3909) 2022-01-08 18:28:46 +05:30
test_which.py Py 312 pre-liminary support (#5156) 2023-07-04 22:18:37 +05:30