Skip to content

Commit

Permalink
ci: TMP tailor to dev scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 25, 2024
1 parent 1c3f313 commit 2d48c2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build: off

environment:
# unless indicated otherwise, we test datalad_next
DTS: datalad_next
DTS: datalad_next.config
# place coverage files to a known location regardless of where a test run
# is happening
COVERAGE_ROOT: /home/appveyor/DLTMP
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,21 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]

dependencies = [
"annexremote",
"datalad >= 0.18.4",
"datasalad >= 0.2.1",
# co-development with datasalad for now and here
#"datasalad >= 0.2.1",
"datasalad@git+https://github.com/datalad/datasalad@settings#egg=datasalad",

"humanize",
"more-itertools",
]

[tool.hatch.metadata]
allow-direct-references = true

[project.urls]
Homepage = "https://github.com/datalad/datalad-next"
Documentation = "https://github.com/datalad/datalad-next#readme"
Expand Down

0 comments on commit 2d48c2d

Please sign in to comment.