@@ -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
134134test_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
142142test_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
182182docs = [
@@ -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