Skip to content

Commit 7bafa81

Browse files
committed
Update pyproject
1 parent be20d4c commit 7bafa81

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ test_core = [
127127

128128
# for github test : probeinterface and neo from master
129129
# for release we need pypi, so this need to be commented
130-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
131-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
130+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
131+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
132132
]
133133

134134
test_extractors = [
135135
# Functions to download data in neo test suite
136136
"pooch>=1.8.2",
137137
"datalad>=1.0.2",
138-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
139-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
138+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
139+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
140140
]
141141

142142
test_preprocessing = [
@@ -175,8 +175,8 @@ test = [
175175

176176
# for github test : probeinterface and neo from master
177177
# for release we need pypi, so this need to be commented
178-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
179-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
178+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
179+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
180180
]
181181

182182
docs = [
@@ -201,8 +201,8 @@ docs = [
201201
"datalad>=1.0.2",
202202

203203
# for release we need pypi, so this needs to be commented
204-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
205-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
204+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
205+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
206206

207207
]
208208

0 commit comments

Comments
 (0)