Commit Graph

513 Commits

Author SHA1 Message Date
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
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
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
Jean-Paul Calderone
3f37f9aee5 try to force UTF-8 to make subunitreporter work 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
7bc1f9300f try to get test results loaded into circleci 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
5c22bf95b4 maybe we don't need the debug info now 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
b092dd57cf coveralls failed to find .coveralls.yml ...
also tox.ini overrides TEST_SUITE :/  Set it in the right place
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e17c8f618e run a quick subset of the tests to more quickly test the following bits 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
4c0b72b353 Delightfully, this deterministically breaks in the CircleCI env 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
371f82bb4d avoid problems with trial and ENOSPC
I don't know if these will show up in this environment ... just copy/pasted
from the GitHub Actions config.
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
9f5173e730 attempt to report coverage results to coveralls 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e92e7faeea how much difference does this make 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
3c8a11d468 pick a Python to support on Windows 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e2fe1af3d9 Configure Hypothesis for the Windows job 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
862bda9e63 attempt to do something useful 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e6e38128bc yaml syntax 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
d369dc0f2c try to install tox 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
6400a39661 so ... can we use an executor? 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
422d4ee9cc previous rev started an environment, try to get a little closer to the one we want
a more precise tag that won't shift around underneath us
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
77c677ffc0 just like the example 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
bd9d2e08ef eh? 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
4abbadda47 Try a different tag
https://circleci.com/developer/machine/image/windows-server-2022-gui says
"2023.06.1" is a valid tag but real execution says "Job was rejected because
resource class medium, image windows-server-2022-gui:2023.06.1 is not a valid
resource class".  Is it even complaining about the image tag?  Or is it
complaining about the resource class?  I don't know.  I didn't touch the
resource class though.
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
f826914c58 syntax 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
a8d582237c dump the useless orb 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
d050faac92 make the config match the schema 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
f8db781812 Add a simple test job to see if the other pieces work 2023-08-08 11:30:01 -04:00
Jean-Paul Calderone
814ba4c88b Add Windows executor holding the Windows test environment config 2023-08-08 11:29:26 -04:00
Jean-Paul Calderone
08b594b8be Declare the Windows orb for easier Windows environment setup 2023-08-08 11:29:26 -04:00
Jean-Paul Calderone
08e364bbab numpy is not supported on python38 anymore 2023-07-20 09:06:05 -04:00
Jean-Paul Calderone
ddfd95faff comment tweak 2023-07-19 14:33:49 -04:00
Jean-Paul Calderone
5553019c4e switch to new nix profile-based installation 2023-07-08 08:14:27 -04:00
Jean-Paul Calderone
454ab223d1 nope, we can't just do that
we lose permission to install stuff
2023-07-08 08:10:52 -04:00
Jean-Paul Calderone
6710d625a2 can we just run as an unprivileged user? 2023-07-08 08:08:54 -04:00
Jean-Paul Calderone
e3e223c8d6 bump to a newer nixos image 2023-07-08 08:08:47 -04:00
Jean-Paul Calderone
f7dd63407f move all of the Python jobs to the nixpkgs unstable branch
This is the only place we can get a compatible pyOpenSSL/cryptography at the moment
2023-07-07 12:17:39 -04:00
Jean-Paul Calderone
3871a92890 fix another outdated comment 2023-07-04 14:36:27 -04:00
Jean-Paul Calderone
bf1db85219 slightly regularize nixpkgs handling 2023-07-04 14:20:50 -04:00