Skip to content

Commit

Permalink
Remove xdoctest (#520)
Browse files Browse the repository at this point in the history
* Remove xdoctest

Port conda/conda#14202

* add pyproject.toml to the list of CI triggers
  • Loading branch information
jaimergp authored Sep 3, 2024
1 parent d2e7387 commit d6cc738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- '.github/workflows/tests.yml'
- 'tests/**'
- 'dev/requirements.txt'
- 'pyproject.toml'
# /CONDA-LIBMAMBA-SOLVER CHANGE

# windows test suite
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ minversion = "6.0"
addopts = [
"--color=yes",
"--tb=native",
"--strict-markers",
"--xdoctest-modules",
"--xdoctest-style=google",
"--strict-markers"
]

markers = [
Expand Down

0 comments on commit d6cc738

Please sign in to comment.