Revert "ci: use tox -vv"
`tox -vv` is too verbose, and was only used as a hack to get the output
of durations.
As for information in logs `-v` could be used maybe still, but I've
decided to revert it for now.
This reverts commit 56cec5fa79.
			
			
This commit is contained in:
		
							parent
							
								
									64d8910516
								
							
						
					
					
						commit
						f9feef6808
					
				| 
						 | 
				
			
			@ -108,7 +108,7 @@ before_script:
 | 
			
		|||
      export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
script: tox -vv
 | 
			
		||||
script: tox
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
  - |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ jobs:
 | 
			
		|||
        export COVERAGE_FILE="$PWD/.coverage"
 | 
			
		||||
        export COVERAGE_PROCESS_START="$PWD/.coveragerc"
 | 
			
		||||
      fi
 | 
			
		||||
      python -m tox -e $(tox.env) -vv
 | 
			
		||||
      python -m tox -e $(tox.env)
 | 
			
		||||
    displayName: 'Run tests'
 | 
			
		||||
 | 
			
		||||
  - task: PublishTestResults@2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue