mayeut
|
5e767fcc9a
|
Use f-strings
Now that minimum python supported is 3.6, we can use f-strings !
|
2020-05-09 11:53:20 +02:00 |
|
Yannick Jadoul
|
3d4a6b0765
|
Only build Python 2.7 wheel in test_cpp17_py27_modern_msvc_workaround
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
5986c91937
|
Also try to build C++14/C++17 wheels for PyPy 3.6 with default MSVC
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
63421d40f0
|
Testing if cp35 works for modern C++
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
e11c0c2dd1
|
Simplify and clarify test_cpp17_modern_msvc_workaround
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
362b4314cb
|
Make distinction between 32- and 64-bit Python wheels
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
ba60f1865f
|
Use setuptools backported versions of distutils._msvccompiler in setuptools.msvc to get environment variables from vcvarsall
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
f0e65d9f5a
|
Correct VC++ version in test_cpp17_modern_msvc_workaround
|
2020-05-04 23:39:59 +02:00 |
|
Yannick Jadoul
|
e1881976e8
|
Add test to build wheels on Windows for C++17, setting DISTUTILS_USE_SDK and MSSdk to not use vcpython27 or MSVC 10
|
2020-05-04 23:39:59 +02:00 |
|
 Grzegorz BokotaandJoe Rickerby
|
3f3effe25d
|
add linux32 to i686 builds (#338)
* add linux32 to i686 builds
* Add test. Fix bug with space.
* Apply suggestions from code review
apply suggestions
Co-authored-by: Joe Rickerby <joerick@mac.com>
* change uname to platform.machine
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2020-05-04 17:06:47 +01:00 |
|
Joe Rickerby
|
603f77a0c1
|
Assert the files were run using capfd
|
2020-04-12 23:15:49 +01:00 |
|
Joe Rickerby
|
7ebe8fef55
|
Fix tests on windows - shebang don't work so great there!
|
2020-04-11 09:39:25 +01:00 |
|
Joe Rickerby
|
21e6b99884
|
Style fixes
|
2020-04-10 17:44:18 +01:00 |
|
Joe Rickerby
|
f4e911028c
|
Add test for building a package at a subpath within a project
|
2020-04-10 17:42:39 +01:00 |
|
Joe Rickerby
|
397393ba91
|
Use cwd to run test projects, not package_dir
|
2020-04-10 12:28:05 +01:00 |
|
Joe Rickerby
|
e90e94a18e
|
Merge branch 'master' of github.com:joerick/cibuildwheel into min-macosx-deployment-target
|
2020-04-07 18:47:22 +01:00 |
|
Joe Rickerby
|
5a7dc042b6
|
Add Windows x86 machine values
|
2020-04-07 10:01:05 +01:00 |
|
Joe Rickerby
|
3018e7a1f8
|
Refactor expected_wheels function
|
2020-04-06 23:10:19 +01:00 |
|
Joe Rickerby
|
626a045770
|
Merge origin/master into min-macosx-deployment-target
|
2020-04-05 17:13:53 +01:00 |
|
Joe Rickerby
|
b52edf89ef
|
Tidy up cpp_standards tests, removing 10.9 references as this is default
|
2020-04-05 12:40:35 +01:00 |
|
Joe Rickerby
|
27b79f8616
|
Fix tests to always default to 10.9
|
2020-04-05 12:34:52 +01:00 |
|
Joe Rickerby
|
3fa9935d5b
|
Ensure the correct versions of constraint files are used for each version
|
2020-03-28 09:52:28 +00:00 |
|
Joe Rickerby
|
7efec9a0fc
|
Try updating more things
|
2020-03-11 21:50:26 +00:00 |
|
Joe Rickerby
|
b4ed192e88
|
Run dependency tests on pypy too, and update constraint for 3.6
|
2020-03-11 20:56:11 +00:00 |
|
Joe Rickerby
|
b55e98fb2c
|
Update test-pinned version of pip
|
2020-03-11 11:51:46 +00:00 |
|
Joe Rickerby
|
cc956ea6cd
|
Update version of setuptools used to test constraint file
|
2020-03-11 08:46:01 +00:00 |
|
Joe Rickerby
|
4fb4e44c23
|
Fix some errors introduced after the merge
|
2020-03-10 22:33:50 +00:00 |
|
Joe Rickerby
|
7ab2d599b9
|
Merge branch 'master' of github.com:joerick/cibuildwheel into deterministic-builds
# Conflicts:
# cibuildwheel/__main__.py
# cibuildwheel/linux.py
# cibuildwheel/macos.py
# cibuildwheel/windows.py
|
2020-03-10 21:16:45 +00:00 |
|
Joe Rickerby
|
4caee57c21
|
Merge pull request #242 from Czaki/before_test
Add CIBW_BEFORE_TEST to customize test environment
|
2020-03-08 17:55:59 +00:00 |
|
Grzegorz Bokota
|
7e566e46ee
|
uses sys.prefix instead of sys.executable in before_test
|
2020-03-08 14:25:42 +01:00 |
|
Joe Rickerby
|
dd2c27ab01
|
Some test fixes related to PyPy
|
2020-03-07 19:35:17 +00:00 |
|
Joe Rickerby
|
d0e5781832
|
Merge pull request #293 from joerick/windows-chain-commands
Allow chaining of commands on Windows
|
2020-03-07 18:39:04 +00:00 |
|
Joe Rickerby
|
fd1cd2442c
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-07 18:37:57 +00:00 |
|
Grzegorz Bokota
|
79cf7e47ae
|
fix test after rebase, fix typos in readme
|
2020-03-07 18:18:01 +01:00 |
|
Joe Rickerby
|
e06b7696a0
|
Add missing function call, which causing tests to be skipped
(maybe types are not such a bad idea...)
|
2020-03-07 14:15:09 +00:00 |
|
Joe Rickerby
|
8de326a67a
|
Another test
|
2020-03-07 12:22:44 +00:00 |
|
Joe Rickerby
|
c33fa2ada0
|
Add test for boolean ops on windows
|
2020-03-07 12:21:31 +00:00 |
|
Grzegorz Bokota
|
d613a8c1a6
|
remove clean files from setup.py, fixes in doc
|
2020-03-07 12:24:15 +01:00 |
|
Grzegorz Bokota
|
4e9316036c
|
add before test variable
|
2020-03-07 12:24:15 +01:00 |
|
Joe Rickerby
|
4e3cef81d7
|
Fix style errors
|
2020-03-06 09:08:20 +00:00 |
|
Joe Rickerby
|
83452b75dd
|
Apply suggestions from code review
|
2020-03-05 18:28:16 +00:00 |
|
Grzegorz Bokota
|
be9eae6828
|
test path_contains
|
2020-03-03 23:06:27 +01:00 |
|
Grzegorz Bokota
|
6e41e729fe
|
pin virtualenv to <20 on windows
list dir in test
use bin directory in pypy
|
2020-03-02 15:01:02 +01:00 |
|
Grzegorz Bokota
|
e0c456604d
|
verify if __CIBW_VIRTUALENV_PATH__ is set
|
2020-03-01 19:49:46 +01:00 |
|
Joe Rickerby
|
1880b6d14d
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-01 12:53:07 +00:00 |
|
Joe Rickerby
|
4c7453df6c
|
Neater test implementation based on review
|
2020-03-01 12:32:41 +00:00 |
|
Grzegorz Bokota
|
01dd18bbf8
|
change 02_test to check if virtualenv is properly used
|
2020-03-01 10:14:32 +01:00 |
|
Matthew Treinish
|
05df9bbfd4
|
Add comment and update test_06 skip message
|
2020-02-21 09:32:09 -05:00 |
|
Matthew Treinish
|
36e0618992
|
Update options.md
|
2020-02-21 06:48:10 -05:00 |
|
Matthew Treinish
|
90da096b14
|
More test updates
|
2020-02-20 17:29:28 -05:00 |
|