@@ -125,16 +125,16 @@ test_core = [
125125
126126 # for github test : probeinterface and neo from master
127127 # for release we need pypi, so this need to be commented
128- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
129- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
128+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
129+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
130130]
131131
132132test_extractors = [
133133 # Functions to download data in neo test suite
134134 " pooch>=1.8.2" ,
135135 " datalad>=1.0.2" ,
136- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
137- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
136+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
137+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
138138]
139139
140140test_preprocessing = [
@@ -174,8 +174,8 @@ test = [
174174
175175 # for github test : probeinterface and neo from master
176176 # for release we need pypi, so this need to be commented
177- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
178- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
177+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
178+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
179179]
180180
181181docs = [
@@ -198,8 +198,8 @@ docs = [
198198 " datalad>=1.0.2" ,
199199
200200 # for release we need pypi, so this needs to be commented
201- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" , # We always build from the latest version
202- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" , # We always build from the latest version
201+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
202+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
203203
204204]
205205
0 commit comments