File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 46
46
run : python3 -m pip install -e .[test]
47
47
- name : Install Extras Package
48
48
run : python3 -m pip install -e ./extras[test]
49
+ - name : Install development Pydra
50
+ run : pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
49
51
- name : MyPy
50
52
run : mypy --install-types --non-interactive --no-warn-unused-ignores .
51
53
- name : Pytest
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ test = [
43
43
" pytest-cov>=2.12.1" ,
44
44
" codecov" ,
45
45
" medimages4tests" ,
46
- " pydra @ git+https://github.com/nipype/pydra.git@new-syntax" ,
47
46
]
48
47
49
48
[project .urls ]
@@ -60,7 +59,7 @@ version-file = "fileformats/extras/core/_version.py"
60
59
packages = [" fileformats" ]
61
60
62
61
[tool .hatch .metadata ]
63
- allow-direct-references = true
62
+ allow-direct-references = false
64
63
65
64
[tool .black ]
66
65
target-version = [' py38' ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ source = "vcs"
76
76
version-file = " fileformats/core/_version.py"
77
77
78
78
[tool .hatch .metadata ]
79
- allow-direct-references = true
79
+ allow-direct-references = false
80
80
81
81
[tool .hatch .build ]
82
82
packages = [" fileformats" ]
You can’t perform that action at this time.
0 commit comments