mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
py2 paranoia
This commit is contained in:
parent
28e09fd60a
commit
fbc92b109b
6 changed files with 45 additions and 6 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# pylint:disable=redefined-outer-name ; pytest fixtures
|
||||
# pylint:disable=protected-access ; allowed for test code
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
import time
|
||||
|
|
@ -14,6 +17,10 @@ import pycalver.config as config
|
|||
import pycalver.patterns as v1patterns
|
||||
from pycalver.__main__ import cli
|
||||
|
||||
# pylint:disable=redefined-outer-name ; pytest fixtures
|
||||
# pylint:disable=protected-access ; allowed for test code
|
||||
|
||||
|
||||
SETUP_CFG_FIXTURE = """
|
||||
[metadata]
|
||||
license_file = LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue