Skip to content

Commit

Permalink
Merge pull request #2490 from cta-observatory/repo-check-fixes
Browse files Browse the repository at this point in the history
Add config to let dependabot update github actions
  • Loading branch information
maxnoe authored Jan 16, 2024
2 parents 8d61c03 + 970924d commit 59ef71e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Maintain dependencies for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
File renamed without changes.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ exclude = '''
'''

[tool.pytest.ini_options]
minversion = "7"
testpaths = ["ctapipe"]
log_cli_level = "INFO"
xfail_strict = true

# print summar of failed tests, force errors if settings are misspelled
addopts = ["-ra", "--strict-config", "--strict-markers"]

filterwarnings = [
"error::astropy.utils.exceptions.AstropyDeprecationWarning",
"error::ctapipe.utils.deprecation.CTAPipeDeprecationWarning",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires=

[options.extras_require]
tests =
pytest
pytest >= 7.0
pandas ~=1.0
tomli
pytest_astropy_header
Expand Down

0 comments on commit 59ef71e

Please sign in to comment.