reorder before_test

This commit is contained in:
Grzegorz Bokota
2020-03-07 12:24:15 +01:00
parent 6461074ec9
commit 01a7c2d6df
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ def install_pypy(version, url):
return installation_bin_path
def build(project_dir, output_dir, test_command, test_requires, test_extras, before_build, build_verbosity, build_selector, repair_command, environment, before_test):
def build(project_dir, output_dir, test_command, before_test, test_requires, test_extras, before_build, build_verbosity, build_selector, repair_command, environment):
abs_project_dir = os.path.abspath(project_dir)
temp_dir = tempfile.mkdtemp(prefix='cibuildwheel')
built_wheel_dir = os.path.join(temp_dir, 'built_wheel')