Files
Kay Hayen 7f63f2cc16 Tests: Cleanup distutils tests
* The test case added lately was Python3 only, but rather than extending
  the list, lets just use filename driven decision, migrating to proper
  test case scan.

* To make it work, we needed to rename cases, such that numbers are not at
  the end, or else they will be mistaken for version constraints, e.g. "_2"
2023-06-02 15:07:22 +02:00

6 lines
146 B
Python

#!/usr/bin/env python
import some_package # contains some_module isort:skip
import main_module # isort:skip
import other_package # isort:skip