Matthieu Darbois
97da90432e
chore: rework single python tests ( #1835 )
...
* chore: rework single python tests
* chore(tests): limit number of builds in test_abi3
* chore(tests): limit number of builds in test_before_all
* apply review suggestion
use `os.path.samefile` rather than comparing `os.stat` directly.
2024-05-26 12:41:20 +02:00
Joe Rickerby
2a1edad716
Backslashes in Windows paths mess with CIBW_ENVIRONMENT string parsing
2023-11-24 19:08:04 +00:00
Joe Rickerby
c2b03ead3e
Fix test issue around container paths
2023-11-24 15:12:49 +00:00
Joe Rickerby
d198c90f7a
Allow the user to set PIP_CONSTRAINT and it affect build-system.requires
2023-11-24 11:49:26 +00:00
Henry Schreiner
c8b037ba3e
chore: use Ruff ( #1405 )
...
chore: use ruff
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-01-30 15:53:44 -05:00
Joe Rickerby
c731529187
Merge pull request #1196 from jack1142/remove_dependency_on_unix_tools_in_windows
...
Remove dependency on Unix tools in Windows test suite
2022-07-30 15:10:07 +01:00
jack1142
3cbe175632
Fix Windows paths getting escaped
2022-07-29 18:57:47 +02:00
jack1142
e0f25c5fb5
Use sys.executable
2022-07-29 18:52:26 +02:00
jack1142
cccc2acae9
Use an equivalent of Unix echo written in Python
2022-07-29 18:04:49 +02:00
jack1142
1a7abe562b
Remove dependency on Unix tools in Windows
2022-07-25 19:10:09 +02:00
mayeut
6d27f05c7c
chore: use from __future__ import annotations
2022-07-19 07:47:45 +02:00
Henry Schreiner
bda76b21cb
style: activate string normalization
2021-05-03 13:12:36 -04:00
mayeut
d1900f6a05
Fix misaligned triple-quote blocks
2021-05-03 13:12:36 -04:00
Henry Schreiner
178aaea6c7
style: apply black via pre-commit run -a
2021-05-03 13:12:36 -04:00
Henry Fredrick Schreiner
635b226a6c
style: pre-commit run -a
2021-01-06 18:10:32 -05:00
Yannick Jadoul
e28e43e7f9
Fix test_environment's checks on a command substitution in an environment
2020-07-20 02:02:50 +02:00
Joe Rickerby
6847454850
Remove debug code
2020-07-17 09:31:53 +01:00
Joe Rickerby
af2a171994
Fix quotes
2020-07-17 09:09:02 +01:00
Joe Rickerby
b90c4035b3
Update test_environment.py
2020-07-16 07:56:15 +01:00
Joe Rickerby
56cd6c965d
Avoid backslash-in-env-var entirely
2020-07-15 22:02:20 +01:00
Joe Rickerby
5df97a4121
Correct quoting of semicolon
2020-07-15 21:34:30 +01:00
Joe Rickerby
69fe085ba3
more back-slash hilarity
2020-07-15 21:25:29 +01:00
Joe Rickerby
9f71900637
add debugging code
2020-07-12 12:39:33 +01:00
Joe Rickerby
cc913ee7cf
Use a different method for the Windows test
2020-07-05 17:27:29 +01:00
Joe Rickerby
27d97daf13
Don't use redirection syntax in Windows environment. Fix absolute path use for Mac
2020-06-28 11:33:22 +01:00
Joe Rickerby
df69dda44a
Fix broken PATH test - it was erroring for a different reason
2020-06-26 12:59:26 +01:00
Joe Rickerby
81f960b17e
Rename TemplateProject -> TestProject & tidy some comments
2020-05-17 16:57:11 +01:00
Joe Rickerby
13907188a1
Fix flake8 errors
2020-05-15 12:35:14 +01:00
Joe Rickerby
2e8fe841ec
Remove TemplateProject subclassing
2020-05-15 12:28:34 +01:00
Joe Rickerby
e9803e8fb3
Fix missing dir
2020-05-03 14:09:10 +01:00
Joe Rickerby
dafe5cd1f7
Refactor to use tmp_path and pathlib paths
2020-05-03 14:08:57 +01:00
Joe Rickerby
662612685c
Rename tests to remove the number, but keep 'basic' as the first
2020-05-02 22:53:58 +01:00