Source: neo
Version: 0.7.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e; for PY in python3.9 python3.8; do \
>         [ ${PY#*.} -ge 7 ] || { echo "Skipping $PY - absent support in neo's 
> tests"; continue; }; \
>         echo "I: Running Neo unittests using $PY"; \
>         NOSETESTS_NO_NETWORK=1 $PY -m nose -s -v neo ;\
>     done
> I: Running Neo unittests using python3.9
> /<<PKGBUILDDIR>>/neo/rawio/tdtrawio.py:117: SyntaxWarning: "is not" with a 
> literal. Did you mean "!="?
>   if self.sortname is not '':
> test_read_all (neo.rawio.tests.test_axographrawio.TestAxographRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_axonrawio.TestAxonRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_raw_protocol (neo.rawio.tests.test_axonrawio.TestAxonRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_bci2000rawio.TestBCI2000RawIO) ... SKIP: 
> Requires download of data from the web
> This test compares the output of ReachGraspIO.read_block() with the ... SKIP: 
> requires scipy
> This test compares the output of ReachGraspIO.read_block() with the ... SKIP: 
> requires scipy
> test_read_all (neo.rawio.tests.test_blackrockrawio.TestBlackrockRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_brainvisionrawio.TestBrainVisionRawIO) 
> ... SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_elanrawio.TestElanRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_examplerawio.TestExampleRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_intanrawio.TestIntanRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_micromedrawio.TestMicromedRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_neuralynxrawio.TestNeuralynxRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all 
> (neo.rawio.tests.test_neuroexplorerrawio.TestNeuroExplorerRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_neuroscoperawio.TestNeuroScopeRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_nixrawio.TestNixRawIO) ... SKIP: Requires 
> download of data from the web
> test_raise_error_if_discontinuous_files 
> (neo.rawio.tests.test_openephysrawio.TestOpenEphysRawIO) ... SKIP: Requires 
> download of data from the web
> test_raise_error_if_strange_timestamps 
> (neo.rawio.tests.test_openephysrawio.TestOpenEphysRawIO) ... SKIP: Requires 
> download of data from the web
> test_read_all (neo.rawio.tests.test_openephysrawio.TestOpenEphysRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_plexonrawio.TestPlexonRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all 
> (neo.rawio.tests.test_rawbinarysignalrawio.TestRawBinarySignalRawIO) ... 
> SKIP: Requires download of data from the web
> test_read_all (neo.rawio.tests.test_rawmcsrawio.TestRawMCSRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_spike2rawio.TestSpike2RawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_tdtrawio.TestTdtRawIO) ... SKIP: Requires 
> download of data from the web
> test_read_all (neo.rawio.tests.test_winedrrawio.TestWinEdrRawIO) ... SKIP: 
> Requires download of data from the web
> test_read_all (neo.rawio.tests.test_winwcprawio.TestWinWcpRawIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_alphaomegaio.TestAlphaOmegaIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_alphaomegaio.TestAlphaOmegaIO) 
> ... SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_alphaomegaio.TestAlphaOmegaIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_alphaomegaio.TestAlphaOmegaIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_alphaomegaio.TestAlphaOmegaIO) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_asciisignalio.TestAsciiSignalIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_asciisignalio.TestAsciiSignalIO) 
> ... SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_asciisignalio.TestAsciiSignalIO) 
> ... SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_asciisignalio.TestAsciiSignalIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_asciisignalio.TestAsciiSignalIO) 
> ... SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_asciispiketrainio.TestAsciiSpikeTrainIO) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_asciispiketrainio.TestAsciiSpikeTrainIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_asciispiketrainio.TestAsciiSpikeTrainIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_asciispiketrainio.TestAsciiSpikeTrainIO) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_asciispiketrainio.TestAsciiSpikeTrainIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_axographio.TestAxographIO) ... SKIP: Requires download 
> of data from the web
> Test loading events and epochs ... SKIP: Requires download of data from the 
> web
> Test reading an episodic file into one Segment ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_axographio.TestAxographIO) ... 
> SKIP: Requires download of data from the web
> Test reading an episodic file into multiple Segments ... SKIP: Requires 
> download of data from the web
> test_read_then_write (neo.test.iotest.test_axographio.TestAxographIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_axographio.TestAxographIO) ... SKIP: Requires download 
> of data from the web
> Test parsing the recording datetime from notes ... SKIP: Requires download of 
> data from the web
> Test reading a version 1 AxoGraph file ... SKIP: Requires download of data 
> from the web
> Test reading a version 2 AxoGraph file ... SKIP: Requires download of data 
> from the web
> Test reading a version 5 AxoGraph file ... SKIP: Requires download of data 
> from the web
> Test reading a version 6 AxoGraph file ... SKIP: Requires download of data 
> from the web
> test_write_then_read (neo.test.iotest.test_axographio.TestAxographIO) ... 
> SKIP: Requires download of data from the web
> test_annotations (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: Requires 
> download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: Requires download of data 
> from the web
> test_load_lazy_objects (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: 
> Requires download of data from the web
> test_read_protocol (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_axonio.TestAxonIO) 
> ... SKIP: Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_axonio.TestAxonIO) ... SKIP: 
> Requires download of data from the web
> test__raise_error_when_not_readable_or_writable 
> (neo.test.iotest.test_baseio.TestIOObjects) ... ok
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_bci2000.TestBCI2000IO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_bci2000.TestBCI2000IO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_bci2000.TestBCI2000IO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_bci2000.TestBCI2000IO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_bci2000.TestBCI2000IO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_blackrockio.CommonTests) ... SKIP: Requires download of 
> data from the web
> This test compares the output of BlackrockIO.read_block() with the ... SKIP: 
> requires scipy
> Test various inputs to BlackrockIO.read_block with version 2.3 file ... SKIP: 
> Requires download of data from the web
> Test various inputs to BlackrockIO.read_block with version 2.3 file ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_blackrockio.CommonTests) ... 
> SKIP: Requires download of data from the web
> Test if multiple nsx signals can be loaded at the same time. ... SKIP: 
> Requires download of data from the web
> test_load_waveforms (neo.test.iotest.test_blackrockio.CommonTests) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_blackrockio.CommonTests) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_blackrockio.CommonTests) ... SKIP: Requires download of 
> data from the web
> This test makes sure segments are detected correctly when pause was used 
> during recording. ... SKIP: Requires download of data from the web
> This test makes sure segments are detected correctly when reset was used 
> during recording. ... SKIP: Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_blackrockio.CommonTests) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_brainvisionio.TestBrainVisionIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_brainvisionio.TestBrainVisionIO) 
> ... SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_brainvisionio.TestBrainVisionIO) 
> ... SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_brainvisionio.TestBrainVisionIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_brainvisionio.TestBrainVisionIO) 
> ... SKIP: Requires download of data from the web
> test_against_reference 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_reading_same 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_brainwaredamio.BrainwareDamIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_against_reference 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_reading_same 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_brainwaref32io.BrainwareF32IOTestCase) ... SKIP: 
> Requires download of data from the web
> test_against_reference 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_reading_same 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_brainwaresrcio.BrainwareSrcIOTestCase) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_elanio.TestElanIO) ... SKIP: Requires download of data 
> from the web
> test_load_lazy_objects (neo.test.iotest.test_elanio.TestElanIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_elanio.TestElanIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_elanio.TestElanIO) 
> ... SKIP: Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_elanio.TestElanIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_elphyio.TestElphyIO) ... ERROR
> test_load_lazy_objects (neo.test.iotest.test_elphyio.TestElphyIO) ... ERROR
> test_read_then_write (neo.test.iotest.test_elphyio.TestElphyIO) ... ERROR
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_elphyio.TestElphyIO) 
> ... ERROR
> test_write_then_read (neo.test.iotest.test_elphyio.TestElphyIO) ... ERROR
> test_read_block (neo.test.iotest.test_exampleio.Specific_TestExampleIO) ... ok
> test_read_segment_lazy 
> (neo.test.iotest.test_exampleio.Specific_TestExampleIO) ... ok
> test_read_segment_with_time_slice 
> (neo.test.iotest.test_exampleio.Specific_TestExampleIO) ... ok
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_exampleio.TestExampleIO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_exampleio.TestExampleIO) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_exampleio.TestExampleIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_exampleio.TestExampleIO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_exampleio.TestExampleIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... SKIP: requires h5py
> test_load_lazy_objects (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... 
> SKIP: requires h5py
> test_read_then_write (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... 
> SKIP: requires h5py
> test_read_with_merge (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... 
> SKIP: requires h5py
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... SKIP: requires h5py
> test_write_then_read (neo.test.iotest.test_hdf5io.ReadOldNeoHdf5IOTest) ... 
> SKIP: requires h5py
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_igorio.TestIgorIO) ... SKIP: requires igor
> test_load_lazy_objects (neo.test.iotest.test_igorio.TestIgorIO) ... SKIP: 
> requires igor
> test_read_then_write (neo.test.iotest.test_igorio.TestIgorIO) ... SKIP: 
> requires igor
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_igorio.TestIgorIO) 
> ... SKIP: requires igor
> test_write_then_read (neo.test.iotest.test_igorio.TestIgorIO) ... SKIP: 
> requires igor
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_intanio.TestIntanIO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_intanio.TestIntanIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_intanio.TestIntanIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_intanio.TestIntanIO) 
> ... SKIP: Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_intanio.TestIntanIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_klustakwikio.CommonTests) ... SKIP: requires matplotlib
> test_load_lazy_objects (neo.test.iotest.test_klustakwikio.CommonTests) ... 
> SKIP: requires matplotlib
> test_read_then_write (neo.test.iotest.test_klustakwikio.CommonTests) ... 
> SKIP: requires matplotlib
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_klustakwikio.CommonTests) ... SKIP: requires matplotlib
> test_write_then_read (neo.test.iotest.test_klustakwikio.CommonTests) ... 
> SKIP: requires matplotlib
> Tests that files can be loaded by basename ... SKIP: requires matplotlib
> Tests that files are loaded even without basename ... SKIP: requires 
> matplotlib
> Tests that files can be loaded by basename2 ... SKIP: requires matplotlib
> Tests that data and metadata are read correctly ... SKIP: requires matplotlib
> Checks that cluster id autosets to 0 without clu file ... SKIP: requires 
> matplotlib
> Create clu and fet files based on spiketrains in a block. ... SKIP: requires 
> matplotlib
> Create clu and fet files based on spiketrains in a block. ... SKIP: requires 
> matplotlib
> Removes all file in directory so we can test writing to it ... ok
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_kwikio.TestKwikIO) ... SKIP: requires h5py
> test_load_lazy_objects (neo.test.iotest.test_kwikio.TestKwikIO) ... SKIP: 
> requires h5py
> test_read_then_write (neo.test.iotest.test_kwikio.TestKwikIO) ... SKIP: 
> requires h5py
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_kwikio.TestKwikIO) 
> ... SKIP: requires h5py
> test_write_then_read (neo.test.iotest.test_kwikio.TestKwikIO) ... SKIP: 
> requires h5py
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_micromedio.TestMicromedIO) ... SKIP: Requires download 
> of data from the web
> test_load_lazy_objects (neo.test.iotest.test_micromedio.TestMicromedIO) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_micromedio.TestMicromedIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_micromedio.TestMicromedIO) ... SKIP: Requires download 
> of data from the web
> test_write_then_read (neo.test.iotest.test_micromedio.TestMicromedIO) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... SKIP: requires scipy
> test_load_lazy_objects (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... 
> SKIP: requires scipy
> test_read_then_write (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... 
> SKIP: requires scipy
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... SKIP: requires scipy
> test_write_read_single_spike 
> (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... SKIP: requires scipy
> test_write_then_read (neo.test.iotest.test_neomatlabio.TestNeoMatlabIO) ... 
> SKIP: requires scipy
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nestio.TestColumnIO) ... SKIP: Requires download of 
> data from the web
> Test if combination of condition function and condition_column works ... 
> SKIP: Requires download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_nestio.TestColumnIO) ... SKIP: 
> Requires download of data from the web
> Test if multiple columns can be read at the same time. ... SKIP: Requires 
> download of data from the web
> Test if data can be read using the default keyword arguments. ... SKIP: 
> Requires download of data from the web
> Test if a missing condition function leads to a warning ... SKIP: Requires 
> download of data from the web
> Test if a missing condition column leads to an error ... SKIP: Requires 
> download of data from the web
> test_read_then_write (neo.test.iotest.test_nestio.TestColumnIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_nestio.TestColumnIO) 
> ... SKIP: Requires download of data from the web
> Test if the column_ids keywords works properly. ... SKIP: Requires download 
> of data from the web
> Test if presorting of columns work properly. ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_nestio.TestColumnIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) ... SKIP: Requires 
> download of data from the web
> Tests if function correctly raises an error if the user tries to read ... 
> SKIP: Requires download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) 
> ... SKIP: Requires download of data from the web
> Test for simultaneous loading of multiple columns from dat file. ... SKIP: 
> Requires download of data from the web
> test_no_gid (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) ... SKIP: 
> Requires download of data from the web
> test_no_gid_no_time (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) 
> ... SKIP: Requires download of data from the web
> Test for warning, when no time column id was provided. ... SKIP: Requires 
> download of data from the web
> Tests reading files in the 2 different formats: ... SKIP: Requires download 
> of data from the web
> Tests if signals are correctly stored in a block. ... SKIP: Requires download 
> of data from the web
> Tests if signals are correctly stored in a segment. ... SKIP: Requires 
> download of data from the web
> test_read_then_write (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) 
> ... SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) ... SKIP: Requires 
> download of data from the web
> test_single_gid (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) ... 
> SKIP: Requires download of data from the web
> Test for correct t_start and t_stop values of AnalogSignalArrays. ... SKIP: 
> Requires download of data from the web
> Tests if the function returns the correct values. ... SKIP: Requires download 
> of data from the web
> test_write_then_read (neo.test.iotest.test_nestio.TestNestIO_Analogsignals) 
> ... SKIP: Requires download of data from the web
> Tests two cases of wrong user input, namely ... SKIP: Requires download of 
> data from the web
> Tests if custom annotation is correctly added. ... SKIP: Requires download of 
> data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_Spiketrains) ... SKIP: Requires 
> download of data from the web
> Tests if ill-defined gdf_id in read_spiketrain (i.e., None, list, or ... 
> SKIP: Requires download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_nestio.TestNestIO_Spiketrains) 
> ... SKIP: Requires download of data from the web
> Tests if spike times are stored as floats if they ... SKIP: Requires download 
> of data from the web
> Tests if spike times are actually stored as integers if they are stored ... 
> SKIP: Requires download of data from the web
> Tests if spiketrains are correctly stored in a segment. ... SKIP: Requires 
> download of data from the web
> Tests if spiketrains can be retrieved by specifying a range of GDF IDs. ... 
> SKIP: Requires download of data from the web
> Tests if correct annotation is added when reading a segment. ... SKIP: 
> Requires download of data from the web
> Tests if read_segment makes sure that only non-zero spike trains are ... 
> SKIP: Requires download of data from the web
> Tests if error is thrown correctly, when second entry is smaller than ... 
> SKIP: Requires download of data from the web
> Tests reading files in the 4 different formats: ... SKIP: Requires download 
> of data from the web
> Tests if correct annotation is added when reading a spike train. ... SKIP: 
> Requires download of data from the web
> Tests if read_spiketrain returns an empty SpikeTrain if no spikes are in ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_nestio.TestNestIO_Spiketrains) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_Spiketrains) ... SKIP: Requires 
> download of data from the web
> Tests if the t_start and t_stop arguments are correctly processed. ... SKIP: 
> Requires download of data from the web
> Tests if undefined t_start, i.e., t_start=None raises error. ... SKIP: 
> Requires download of data from the web
> Tests if undefined t_stop, i.e., t_stop=None raises error. ... SKIP: Requires 
> download of data from the web
> Tests if the routine loads the correct numbers from the file. ... SKIP: 
> Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_nestio.TestNestIO_Spiketrains) ... 
> SKIP: Requires download of data from the web
> Tests two cases of wrong user input, namely ... SKIP: Requires download of 
> data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_multiple_signal_types) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_nestio.TestNestIO_multiple_signal_types) ... SKIP: 
> Requires download of data from the web
> Test if spiketrains and analogsignals can be read simultaneously ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_nestio.TestNestIO_multiple_signal_types) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_nestio.TestNestIO_multiple_signal_types) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_nestio.TestNestIO_multiple_signal_types) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.CommonNeuralynxIOTest) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_neuralynxio.CommonNeuralynxIOTest) ... SKIP: Requires 
> download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.CommonNeuralynxIOTest) 
> ... SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.CommonNeuralynxIOTest) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.CommonNeuralynxIOTest) 
> ... SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v551) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuralynxio.TestCheetah_v551) 
> ... SKIP: Requires download of data from the web
> Read data in a certain time range into one block ... SKIP: Requires download 
> of data from the web
> test_read_segment (neo.test.iotest.test_neuralynxio.TestCheetah_v551) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.TestCheetah_v551) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v551) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.TestCheetah_v551) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v563) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuralynxio.TestCheetah_v563) 
> ... SKIP: Requires download of data from the web
> Read data in a certain time range into one block ... SKIP: Requires download 
> of data from the web
> test_read_segment (neo.test.iotest.test_neuralynxio.TestCheetah_v563) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.TestCheetah_v563) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v563) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.TestCheetah_v563) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v574) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuralynxio.TestCheetah_v574) 
> ... SKIP: Requires download of data from the web
> test_read_block (neo.test.iotest.test_neuralynxio.TestCheetah_v574) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.TestCheetah_v574) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestCheetah_v574) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.TestCheetah_v574) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: 
> Requires download of data from the web
> test_ncs (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: Requires 
> download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.TestData) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: Requires download of 
> data from the web
> test_gap_handling_v551 (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: 
> Requires download of data from the web
> test_gap_handling_v563 (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_neuralynxio.TestGaps) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_signal_group_mode 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_neuroexplorerio.TestNeuroExplorerIO) ... SKIP: Requires 
> download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuroscopeio.TestNeuroScopeIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_neuroscopeio.TestNeuroScopeIO) 
> ... SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_neuroscopeio.TestNeuroScopeIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuroscopeio.TestNeuroScopeIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_neuroscopeio.TestNeuroScopeIO) ... 
> SKIP: Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) ... SKIP: Only works on 
> Windows
> test_load_lazy_objects (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) 
> ... SKIP: Only works on Windows
> test_read_then_write (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) ... 
> SKIP: Only works on Windows
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) ... SKIP: Only works on 
> Windows
> test_with_multichannel (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) 
> ... SKIP: Only works on Windows
> test_write_then_read (neo.test.iotest.test_neuroshareio.TestNeuroshareIO) ... 
> SKIP: Only works on Windows
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nixio.CommonTests) ... SKIP: Requires NIX
> test_load_lazy_objects (neo.test.iotest.test_nixio.CommonTests) ... SKIP: 
> Requires NIX
> test_read_then_write (neo.test.iotest.test_nixio.CommonTests) ... SKIP: 
> Requires NIX
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_nixio.CommonTests) 
> ... SKIP: Requires NIX
> test_write_then_read (neo.test.iotest.test_nixio.CommonTests) ... SKIP: 
> Requires NIX
> test_context_read (neo.test.iotest.test_nixio.NixIOContextTests) ... SKIP: 
> Requires NIX
> test_context_write (neo.test.iotest.test_nixio.NixIOContextTests) ... SKIP: 
> Requires NIX
> test_all_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: Requires 
> NIX
> test_auto_index_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: 
> Requires NIX
> test_index_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: Requires 
> NIX
> test_iter_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: Requires 
> NIX
> test_neo_name_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: 
> Requires NIX
> test_nix_name_read (neo.test.iotest.test_nixio.NixIOReadTest) ... SKIP: 
> Requires NIX
> test_file_with_ver (neo.test.iotest.test_nixio.NixIOVerTests) ... SKIP: 
> Requires NIX
> test_new_file (neo.test.iotest.test_nixio.NixIOVerTests) ... SKIP: Requires 
> NIX
> test_oldfile_nover (neo.test.iotest.test_nixio.NixIOVerTests) ... SKIP: 
> Requires NIX
> test_annotations_special_cases (neo.test.iotest.test_nixio.NixIOWriteTest) 
> ... SKIP: Requires NIX
> test_anonymous_objects_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... 
> SKIP: Requires NIX
> test_block_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_channel_index_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... 
> SKIP: Requires NIX
> test_epoch_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_event_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_metadata_structure_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... 
> SKIP: Requires NIX
> test_multiref_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_name_conflicts (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_name_objects_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_no_segment_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_rewrite_refs (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_segment_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_signals_compound_units (neo.test.iotest.test_nixio.NixIOWriteTest) ... 
> SKIP: Requires NIX
> test_signals_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_spiketrain_write (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: 
> Requires NIX
> test_to_value (neo.test.iotest.test_nixio.NixIOWriteTest) ... SKIP: Requires 
> NIX
> test_analog_signal (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: 
> Requires NIX
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: Requires NIX
> test_check_same_data_content (neo.test.iotest.test_nixio_fr.TestNixfr) ... 
> SKIP: Requires NIX
> test_check_same_neo_structure (neo.test.iotest.test_nixio_fr.TestNixfr) ... 
> SKIP: Requires NIX
> test_epoch (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: Requires NIX
> test_event (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: Requires NIX
> test_load_lazy_objects (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: 
> Requires NIX
> test_read_then_write (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: 
> Requires NIX
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_nixio_fr.TestNixfr) 
> ... SKIP: Requires NIX
> test_spike_train (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: Requires 
> NIX
> test_write_then_read (neo.test.iotest.test_nixio_fr.TestNixfr) ... SKIP: 
> Requires NIX
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_nsdfio.CommonTests) ... SKIP: Requires NSDF
> test_load_lazy_objects (neo.test.iotest.test_nsdfio.CommonTests) ... SKIP: 
> Requires NSDF
> test_read_then_write (neo.test.iotest.test_nsdfio.CommonTests) ... SKIP: 
> Requires NSDF
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_nsdfio.CommonTests) 
> ... SKIP: Requires NSDF
> test_write_then_read (neo.test.iotest.test_nsdfio.CommonTests) ... SKIP: 
> Requires NSDF
> test_block (neo.test.iotest.test_nsdfio.NSDFIOTestWriteThenRead) ... SKIP: 
> Requires NSDF
> test_list_of_blocks (neo.test.iotest.test_nsdfio.NSDFIOTestWriteThenRead) ... 
> SKIP: Requires NSDF
> test_segment (neo.test.iotest.test_nsdfio.NSDFIOTestWriteThenRead) ... SKIP: 
> Requires NSDF
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_openephysio.TestOpenEphysIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_openephysio.TestOpenEphysIO) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_openephysio.TestOpenEphysIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_openephysio.TestOpenEphysIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_openephysio.TestOpenEphysIO) ... 
> SKIP: Requires download of data from the web
> test_raise_error_if_discontinuous_files 
> (neo.test.iotest.test_openephysio.TestOpenEphysRawIO) ... SKIP: Requires 
> download of data from the web
> test_raise_error_if_strange_timestamps 
> (neo.test.iotest.test_openephysio.TestOpenEphysRawIO) ... SKIP: Requires 
> download of data from the web
> test_read_all (neo.test.iotest.test_openephysio.TestOpenEphysRawIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_pickleio.CommonTestPickleIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_pickleio.CommonTestPickleIO) ... 
> SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_pickleio.CommonTestPickleIO) ... 
> SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_pickleio.CommonTestPickleIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_pickleio.CommonTestPickleIO) ... 
> SKIP: Requires download of data from the web
> test__issue_285 (neo.test.iotest.test_pickleio.TestPickleIO) ... ok
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_plexonio.TestPlexonIO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_plexonio.TestPlexonIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_plexonio.TestPlexonIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_plexonio.TestPlexonIO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_plexonio.TestPlexonIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_rawbinarysignalio.TestRawBinarySignalIO) ... SKIP: 
> Requires download of data from the web
> test_load_lazy_objects 
> (neo.test.iotest.test_rawbinarysignalio.TestRawBinarySignalIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write 
> (neo.test.iotest.test_rawbinarysignalio.TestRawBinarySignalIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_rawbinarysignalio.TestRawBinarySignalIO) ... SKIP: 
> Requires download of data from the web
> test_write_then_read 
> (neo.test.iotest.test_rawbinarysignalio.TestRawBinarySignalIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_rawmcsio.TestRawMcsIO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_rawmcsio.TestRawMcsIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_rawmcsio.TestRawMcsIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_rawmcsio.TestRawMcsIO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_rawmcsio.TestRawMcsIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_spike2io.TestSpike2IO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_spike2io.TestSpike2IO) ... SKIP: 
> Requires download of data from the web
> Some file can have several sampling_rate. ... SKIP: Requires download of data 
> from the web
> test_read_then_write (neo.test.iotest.test_spike2io.TestSpike2IO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_spike2io.TestSpike2IO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_spike2io.TestSpike2IO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_stimfitio.TestStimfitIO) ... SKIP: not Python 3 
> compatible
> test_load_lazy_objects (neo.test.iotest.test_stimfitio.TestStimfitIO) ... 
> SKIP: not Python 3 compatible
> test_read_then_write (neo.test.iotest.test_stimfitio.TestStimfitIO) ... SKIP: 
> not Python 3 compatible
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_stimfitio.TestStimfitIO) ... SKIP: not Python 3 
> compatible
> test_write_then_read (neo.test.iotest.test_stimfitio.TestStimfitIO) ... SKIP: 
> not Python 3 compatible
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_tdtio.TestTdtIO) ... SKIP: Requires download of data 
> from the web
> test_load_lazy_objects (neo.test.iotest.test_tdtio.TestTdtIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_tdtio.TestTdtIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant (neo.test.iotest.test_tdtio.TestTdtIO) ... 
> SKIP: Requires download of data from the web
> test_signal_group_mode (neo.test.iotest.test_tdtio.TestTdtIO) ... SKIP: 
> Requires download of data from the web
> test_write_then_read (neo.test.iotest.test_tdtio.TestTdtIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_winedrio.TestWinedrIO) ... SKIP: Requires download of 
> data from the web
> test_load_lazy_objects (neo.test.iotest.test_winedrio.TestWinedrIO) ... SKIP: 
> Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_winedrio.TestWinedrIO) ... SKIP: 
> Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_winedrio.TestWinedrIO) ... SKIP: Requires download of 
> data from the web
> test_write_then_read (neo.test.iotest.test_winedrio.TestWinedrIO) ... SKIP: 
> Requires download of data from the web
> test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_winwcpio.TestRawBinarySignalIO) ... SKIP: Requires 
> download of data from the web
> test_load_lazy_objects (neo.test.iotest.test_winwcpio.TestRawBinarySignalIO) 
> ... SKIP: Requires download of data from the web
> test_read_then_write (neo.test.iotest.test_winwcpio.TestRawBinarySignalIO) 
> ... SKIP: Requires download of data from the web
> test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_winwcpio.TestRawBinarySignalIO) ... SKIP: Requires 
> download of data from the web
> test_write_then_read (neo.test.iotest.test_winwcpio.TestRawBinarySignalIO) 
> ... SKIP: Requires download of data from the web
> 
> ======================================================================
> ERROR: test_assert_readed_neo_object_is_compliant 
> (neo.test.iotest.test_elphyio.TestElphyIO)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/neo/test/iotest/common_io_test.py", line 96, in setUp
>     self.higher = self.ioclass.supported_objects[0]
> AttributeError: 'NoneType' object has no attribute 'supported_objects'
> 
> ======================================================================
> ERROR: test_load_lazy_objects (neo.test.iotest.test_elphyio.TestElphyIO)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/neo/test/iotest/common_io_test.py", line 96, in setUp
>     self.higher = self.ioclass.supported_objects[0]
> AttributeError: 'NoneType' object has no attribute 'supported_objects'
> 
> ======================================================================
> ERROR: test_read_then_write (neo.test.iotest.test_elphyio.TestElphyIO)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/neo/test/iotest/common_io_test.py", line 96, in setUp
>     self.higher = self.ioclass.supported_objects[0]
> AttributeError: 'NoneType' object has no attribute 'supported_objects'
> 
> ======================================================================
> ERROR: test_readed_with_lazy_is_compliant 
> (neo.test.iotest.test_elphyio.TestElphyIO)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/neo/test/iotest/common_io_test.py", line 96, in setUp
>     self.higher = self.ioclass.supported_objects[0]
> AttributeError: 'NoneType' object has no attribute 'supported_objects'
> 
> ======================================================================
> ERROR: test_write_then_read (neo.test.iotest.test_elphyio.TestElphyIO)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/neo/test/iotest/common_io_test.py", line 96, in setUp
>     self.higher = self.ioclass.supported_objects[0]
> AttributeError: 'NoneType' object has no attribute 'supported_objects'
> 
> ----------------------------------------------------------------------
> Ran 388 tests in 0.083s
> 
> FAILED (SKIP=377, errors=5)
> make[1]: *** [debian/rules:15: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/neo_0.7.2-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to