Jean-Paul Calderone
c2b4cebcdd
Merge pull request #1327 from exarkun/4057.circleci-windows-unittests
...
Run the unit test suite on Windows on CircleCI
Fixes: ticket:4057
2023-08-09 18:38:32 -04:00
Jean-Paul Calderone
28fa25d7bb
Merge remote-tracking branch 'origin/master' into 4057.circleci-windows-unittests
2023-08-09 17:08:16 -04:00
Jean-Paul Calderone
252e0d1124
Merge pull request #1329 from exarkun/4059.bump-subunitreporter
...
Bump subunitreporter
Fixes: ticket:4059
2023-08-09 17:08:01 -04:00
Jean-Paul Calderone
a95a6b88a9
note motivation for our choice of these python versions
2023-08-09 17:04:26 -04:00
Jean-Paul Calderone
d93d6122f7
news fragment
2023-08-09 15:01:16 -04:00
Jean-Paul Calderone
27b97dc1d8
bump it
2023-08-09 15:01:07 -04:00
Jean-Paul Calderone
a73b6d99c4
we end up using the coveralls tool to clean up these paths
...
and I stopped using tox so they don't look like this anymore
2023-08-09 14:10:58 -04:00
Jean-Paul Calderone
14135ea3f0
make sure the two mentions of the cache key agree
2023-08-09 13:07:03 -04:00
Jean-Paul Calderone
a0389e83cc
use the *correct* templating system for this value
2023-08-09 12:54:02 -04:00
Jean-Paul Calderone
65d76c2e3c
must install wheel
to build wheels with pip wheel
it seems
2023-08-09 12:53:07 -04:00
Jean-Paul Calderone
4db44dc178
Attempt to cache all the wheels
2023-08-09 12:34:09 -04:00
Jean-Paul Calderone
c5cac7b5a7
get rid of the partial cache key
...
CircleCI docs don't clearly explain what happens after a partial cache key
match and reconstructing our cache is sufficiently cheap that it's probably
not worth the complexity / uncertainty.
2023-08-09 12:01:02 -04:00
Jean-Paul Calderone
fa72ac7951
a couple more comments about the windows job steps
2023-08-09 12:00:56 -04:00
Jean-Paul Calderone
ce8a6d49c7
Attempt to cache packages downloaded with pip for Windows jobs
2023-08-09 11:30:39 -04:00
Jean-Paul Calderone
35d731adf0
remove the debug step
2023-08-09 11:20:38 -04:00
Jean-Paul Calderone
e072fb60b8
fix the comment above PATH manipulation
2023-08-09 11:20:28 -04:00
Jean-Paul Calderone
89506a6f82
back to the full test suite
2023-08-09 11:03:33 -04:00
Jean-Paul Calderone
e1269c836d
try again with closing quote
2023-08-09 10:55:49 -04:00
Jean-Paul Calderone
f179390094
fix quoting bug
2023-08-09 10:52:10 -04:00
Jean-Paul Calderone
0995b77020
try stripping the interpreter-specific prefix from our paths
2023-08-09 10:44:17 -04:00
Jean-Paul Calderone
66177ae28e
how about this impressive construction?
...
previous version was constructing the value string wrong
2023-08-09 10:44:00 -04:00
Jean-Paul Calderone
139a329b38
debug PATH setup
2023-08-09 10:29:18 -04:00
Jean-Paul Calderone
4c16744199
try to settle %PATH% once and for all at the start of the job
2023-08-09 10:24:29 -04:00
Jean-Paul Calderone
571ded8680
try to get the coveralls we already have instead of installing again
2023-08-09 10:18:05 -04:00
Jean-Paul Calderone
18c5f09051
upload the coverage results to circleci too
2023-08-09 09:56:57 -04:00
Jean-Paul Calderone
38d6e5d840
merge the "parallel" coverage files before invoking coveralls
2023-08-09 09:56:43 -04:00
Jean-Paul Calderone
e27c2e9741
where's the coverage?
2023-08-09 09:45:29 -04:00
Jean-Paul Calderone
3e1f62fd7b
cut down the test suite for faster testing, again
2023-08-09 09:36:32 -04:00
Jean-Paul Calderone
7ebb3a2ead
some comments
2023-08-09 09:34:40 -04:00
Jean-Paul Calderone
d8df6d12d7
pin/upgrade coveralls
2023-08-09 09:34:32 -04:00
Jean-Paul Calderone
e04340f30a
supposedly this will work
2023-08-09 09:28:42 -04:00
Jean-Paul Calderone
d56ac6d6a2
note about error behavior of subunit2junitxml
2023-08-09 09:24:37 -04:00
Jean-Paul Calderone
7a389bb314
it's cpython
2023-08-09 09:23:43 -04:00
Jean-Paul Calderone
9c43a99c53
maybe python-subunit is less broken
2023-08-08 17:02:34 -04:00
Jean-Paul Calderone
1a7a552e0d
where's my test output file
2023-08-08 16:05:22 -04:00
Jean-Paul Calderone
fd6c7c880d
try to run the program a different way
2023-08-08 15:39:17 -04:00
Jean-Paul Calderone
179f7b4bcb
get the package name right ...
...
sigh ...
2023-08-08 14:16:55 -04:00
Jean-Paul Calderone
72739b0606
try to be sure we can do the conversion
2023-08-08 13:57:17 -04:00
Jean-Paul Calderone
df05ed3c8f
maybe ... not gonna use tox at all here?
2023-08-08 13:53:17 -04:00
Jean-Paul Calderone
8c4d99f812
try to do "parallel" coveralls reporting and finish it
2023-08-08 12:22:18 -04:00
Jean-Paul Calderone
67cc25df11
drop Windows unit tests from GitHub Actions
...
This drops Python 3.8 and Python 3.10 Windows coverage.
2023-08-08 12:13:31 -04:00
Jean-Paul Calderone
23628fffd8
Try to parameterize the Python version for Windows tests
...
And instantiate the job with two different Python versions
2023-08-08 12:12:45 -04:00
Jean-Paul Calderone
085a823dfd
put back the full test suite for tox runs
2023-08-08 11:55:34 -04:00
Jean-Paul Calderone
122655842c
try to expose the other test run artifacts
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
208531cddc
should work without -X utf8
now
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
2649027c74
back to the complete test suite
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
ab9db4964c
another stab
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
286fb206d8
try uncorrupting the xml file
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
3a8480126b
syntax
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
b03cf0b37b
send the test results to the place circleci expects for processing
2023-08-08 11:30:02 -04:00