Miro Hrončok
|
df6c0cef6e
|
Don't set SETUPTOOLS_USE_DISTUTILS=stdlib when distutils does not exist
Python 3.12.0a2 removed the standard library distutils module,
so we can no longer use it.
|
2022-11-16 00:45:37 +01:00 |
|
Karolina Surma
|
db335e1e44
|
Explicitly declare the usage of distutils from Python stdlib for tests
setuptools 60+ bundles distutils which then have an impact on the test
environment, causing test_with_pip to fail.
|
2022-03-16 17:52:34 +01:00 |
|
Miro Hrončok
|
6a9ffe6cb2
|
Have a dynamic Python version by default if possible
|
2020-04-20 15:32:38 +02:00 |
|
Miro Hrončok
|
606e77a1ba
|
Expand the OPENSSL_CONF=/non-existing-file comment
It's not just the minimum version now.
|
2019-12-02 18:24:15 +01:00 |
|
Miro Hrončok
|
8dbc369a49
|
More test output
|
2018-12-20 11:31:22 +01:00 |
|
Miro Hrončok
|
97db1f97bb
|
Run Python 3.7 selftest tests in selftest tests of these tests
|
2018-11-29 16:50:35 +01:00 |
|
Miro Hrončok
|
11bfd62cc1
|
Add selftest suite (untested)
|
2018-11-14 16:31:00 +01:00 |
|