#7962 Different pycodestyle results: Travis vs Azure
Closed: fixed 4 years ago by frenaud. Opened 4 years ago by slev.

PR tests have different results for the same code:
1) Travis lint task fails
https://travis-ci.org/freeipa/freeipa/jobs/534703668

PEP-8 errors:
./ipatests/test_install/test_filestore.py:30:1: E402 module level import not at top of file
./ipatests/test_install/test_filestore.py:31:1: E402 module level import not at top of file
./ipatests/test_install/test_filestore.py:32:1: E402 module level import not at top of file

2) Azure build task passed (Quick code style check)
https://dev.azure.com/freeipa/freeipa/_build/results?buildId=51&view=logs

I expected the identical results (PASS).


master:

  • 3f33ac8 Make pycodestyle results identical

Metadata Update from @frenaud:
- Issue set to the milestone: FreeIPA 4.7.3

4 years ago

ipa-4-7:

  • b7d68a7 Make pycodestyle results identical

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata