aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:20:17 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:25:10 +0200
commit2ef880a9cf9fc11ff23874c945dcd394898ea092 (patch)
tree181553081130b0b03da2f225ceea540b64bb218b /tests
parentd2362a629d9871f535493b2ff92bcad415ae6dcd (diff)
downloadgit-deps-2ef880a9cf9fc11ff23874c945dcd394898ea092.tar.gz
fix py2k->py3k problmes
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py3
-rw-r--r--tests/test_GitUtils.py5
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 4bea8c5..0aa8f4f 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,5 +1,4 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
+#!/usr/bin/env python3
"""
Dummy conftest.py for git_deps.
diff --git a/tests/test_GitUtils.py b/tests/test_GitUtils.py
index 4d8df25..cf53646 100644
--- a/tests/test_GitUtils.py
+++ b/tests/test_GitUtils.py
@@ -1,7 +1,4 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-# import pytest
+#!/usr/bin/env python3
from git_deps.gitutils import GitUtils