Skip to content

Commit a04d118

Browse files
[repo-helper] Configuration Update (#21)
* Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5d5811d commit a04d118

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade repo_helper
3030
# $CONDA is an environment variable pointing to the root of the miniconda directory
3131
$CONDA/bin/conda update -q conda
32-
$CONDA/bin/conda install conda-build
32+
$CONDA/bin/conda install conda-build=3.21.0
3333
3434
$CONDA/bin/conda config --add channels conda-forge
3535
$CONDA/bin/conda config --add channels domdfcoding

tests/test_testing.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414
from domdf_python_tools import testing
1515
from domdf_python_tools.paths import PathPlus
1616
from domdf_python_tools.testing import (
17-
check_file_output,
18-
min_version, not_macos,
19-
not_pypy,
20-
not_windows,
21-
only_macos,
22-
only_pypy,
23-
only_version,
24-
only_windows,
25-
with_fixed_datetime,
26-
)
17+
check_file_output,
18+
min_version,
19+
not_macos,
20+
not_pypy,
21+
not_windows,
22+
only_macos,
23+
only_pypy,
24+
only_version,
25+
only_windows,
26+
with_fixed_datetime
27+
)
2728
from domdf_python_tools.testing.selectors import _make_version
2829
from domdf_python_tools.utils import strtobool
2930

0 commit comments

Comments
 (0)