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

4 lines
55 B
Python

#!/usr/bin/env python
print("Hello distutils world!")