1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi
Marcio Mazza fa0c064841 Fix skipped collection of pytest integration test files
On integration tests file collection,
the value of `environment.executable` can also be a symlink
(e.g. in a virtualenv) with a different name than,
but pointing to the same as `sys.executable`
(e.g. .../bin/python3.10 and .../bin/python, respectively).

That causes skipping the collection of `completion/pytest.py`
and `completion/conftest.py` a lot of times, depending on the environment.
(e.g. "60 skipped" before x "23 skipped" after, in a local virtualenv)
2022-09-02 14:23:38 -03:00
..
2022-07-15 17:29:02 +10:00
2021-11-16 21:32:15 +01:00
2021-11-17 01:44:27 +01:00
2020-04-18 12:19:17 +02:00
2021-01-14 01:39:51 +01:00
2020-07-26 12:25:19 +01:00