Skip to content

Commit

Permalink
feat: removed allowlist_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Jan 8, 2025
1 parent 44a48dd commit cf74a02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usage instructions:
# `tox` will run all tests sequentially, `tox --parallel` will run all tests in parallel (much faster).
# Run specific selection of tests with `tox -e pretest,<list-of-tests>,posttest` e.g., `tox -e pretest,test-api,test-launcher,posttest`
# `--parallel` flag can be passed when running specific selections
# `--parallel` flag can be passed when running specific selections.

[tox]
description = Default tox environment list and core configurations
Expand All @@ -29,9 +29,6 @@ package = external # To allow custom wheel builds
[testenv:build_external]
description = Environment for custom build of package wheels, solves PyDPF custom wheel building requirement

allowlist_externals =
bash

package_glob = {toxinidir}{/}dist{/}ansys_dpf_core*

# {on_platform} substitution to automatically detect os type.
Expand Down

0 comments on commit cf74a02

Please sign in to comment.