Hello

Just to let you know, installing S3QL on 64 bit CentOS Linux release 
7.4.1708 I replaced the tests/pytest_checklogs.py as suggested and the 
tests then worked fined, 

It passed all the tests up to the final 30 which it skipped, which I am 
guessing is expected on a totally fresh installation like this. Here is the 
end of the test run results:

tests/t4_adm.py::AdmTests::test_passphrase PASSED                          
                                                                            
                                            [ 91%]
tests/t4_fuse.py::TestFuse::test SKIPPED                                    
                                                                            
                                           [ 91%]
tests/t5_cp.py::TestCp::test SKIPPED                                        
                                                                            
                                           [ 92%]
tests/t5_ctrl.py::TestCtrl::test SKIPPED                                    
                                                                            
                                           [ 92%]
tests/t5_failsafe.py::TestFailsafe::test SKIPPED                            
                                                                            
                                           [ 92%]
tests/t5_failsafe.py::TestNewerMetadata::test SKIPPED                      
                                                                            
                                            [ 92%]
tests/t5_fsck.py::TestFsck::test SKIPPED                                    
                                                                            
                                           [ 93%]
tests/t5_full.py::TestFulls3::test SKIPPED                                  
                                                                            
                                           [ 93%]
tests/t5_full.py::TestFullgs::test SKIPPED                                  
                                                                            
                                           [ 93%]
tests/t5_full.py::TestFullswift::test SKIPPED                              
                                                                            
                                            [ 94%]
tests/t5_full.py::TestFullswiftks::test SKIPPED                            
                                                                            
                                            [ 94%]
tests/t5_full.py::TestFulls3c::test SKIPPED                                
                                                                            
                                            [ 94%]
tests/t5_full.py::TestFullrackspace::test SKIPPED                          
                                                                            
                                            [ 94%]
tests/t5_full.py::TestFull::test SKIPPED                                    
                                                                            
                                           [ 95%]
tests/t5_lock_rm.py::TestLockRemove::test SKIPPED                          
                                                                            
                                            [ 95%]
tests/t6_upgrade.py::TestrackspaceUpgrade::test[True] SKIPPED              
                                                                            
                                            [ 95%]
tests/t6_upgrade.py::TestrackspaceUpgrade::test[False] SKIPPED              
                                                                            
                                           [ 96%]
tests/t6_upgrade.py::Tests3Upgrade::test[True] SKIPPED                      
                                                                            
                                           [ 96%]
tests/t6_upgrade.py::Tests3Upgrade::test[False] SKIPPED                    
                                                                            
                                            [ 96%]
tests/t6_upgrade.py::TestgsUpgrade::test[True] SKIPPED                      
                                                                            
                                           [ 96%]
tests/t6_upgrade.py::TestgsUpgrade::test[False] SKIPPED                    
                                                                            
                                            [ 97%]
tests/t6_upgrade.py::Tests3cUpgrade::test[True] SKIPPED                    
                                                                            
                                            [ 97%]
tests/t6_upgrade.py::Tests3cUpgrade::test[False] SKIPPED                    
                                                                            
                                           [ 97%]
tests/t6_upgrade.py::TestswiftksUpgrade::test[True] SKIPPED                
                                                                            
                                            [ 98%]
tests/t6_upgrade.py::TestswiftksUpgrade::test[False] SKIPPED                
                                                                            
                                           [ 98%]
tests/t6_upgrade.py::TestswiftUpgrade::test[True] SKIPPED                  
                                                                            
                                            [ 98%]
tests/t6_upgrade.py::TestswiftUpgrade::test[False] SKIPPED                  
                                                                            
                                           [ 98%]
tests/t6_upgrade.py::TestUpgrade::test[True] SKIPPED                        
                                                                            
                                           [ 99%]
tests/t6_upgrade.py::TestUpgrade::test[False] SKIPPED                      
                                                                            
                                            [ 99%]
tests/t6_upgrade.py::TestPlainUpgrade::test[True] SKIPPED                  
                                                                            
                                            [ 99%]
tests/t6_upgrade.py::TestPlainUpgrade::test[False] SKIPPED                  
                                                                            
                                           [100%]

============================================================================================
 
warnings summary 
============================================================================================
None
  pytest-catchlog plugin has been merged into the core, please remove it 
from your requirements.

-- Docs: http://doc.pytest.org/en/latest/warnings.html
========================================================================== 
321 passed, 30 skipped, 1 warnings in 152.46 seconds 
==========================================================================



On Wednesday, 10 January 2018 11:50:52 UTC, [email protected] wrote:
>
>
> Trying to install latest version (upgrading from 2.20)
>
> I have followed wiki instructions and upgraded all python dependencies, 
> but when I try to run
> the test I get the following errors:
>
> $ sudo python3 -m pytest tests/
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/_pytest/main.py", 
> line 101, in wrap_session
> INTERNALERROR>     config._do_configure()
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/_pytest/config.py", 
> line 921, in _do_configure
> INTERNALERROR>     
> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 628, in call_historic
> INTERNALERROR>     res = self._hookexec(self, self._nonwrappers + 
> self._wrappers, kwargs)
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 222, in _hookexec
> INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 216, in <lambda>
> INTERNALERROR>     firstresult=hook.spec_opts.get('firstresult'),
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 201, in _multicall
> INTERNALERROR>     return outcome.get_result()
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 76, in get_result
> INTERNALERROR>     raise ex[1].with_traceback(ex[2])
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 180, in _multicall
> INTERNALERROR>     res = hook_impl.function(*args)
> INTERNALERROR>   File 
> "/home/drgrumpy/downloads/s3ql-2.25/tests/pytest_checklogs.py", line 20, in 
> pytest_configure
> INTERNALERROR>     raise ImportError('pytest catchlog plugin not found')
> INTERNALERROR> ImportError: pytest catchlog plugin not found
>
> pytest-catchlog plugin is installed
>
> Nevertheless it seems to install ok,
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to