1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

clean up / format / poetry (#1000)

* stub in poetry for pipenv

* re-add tester image

* add pre-commit / formatting

* fix ghactions

* revert test data whitespace, exclude tests/data

* revert ws

* decruft, rm tox/pipenv

* install dev packages for base image

* add lgtm config to force to py3
This commit is contained in:
Matt Griswold
2021-07-10 10:12:35 -05:00
committed by GitHub
parent c458173667
commit 5147028bee
260 changed files with 3356 additions and 2456 deletions

View File

@@ -2,18 +2,16 @@ import io
from datetime import timedelta
import pytest
from .util import ClientCase, Group
from django.core.management import call_command
from django.conf import settings
from django.utils import timezone
import reversion
from django.conf import settings
from django.core.management import call_command
from django.utils import timezone
from reversion.models import Version
from peeringdb_server.models import Network, NetworkContact
from .util import ClientCase, Group
class TestRenumberLans(ClientCase):
@classmethod