Skip to content

Commit

Permalink
Fix tests on Py311
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 14, 2023
1 parent a0ecb68 commit ee85e7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# # -*- coding: utf-8 -*-

import os
import sys
# import os
# import sys

import pkg_resources
# import pkg_resources

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
pkg_resources.require("wsgidav")
# sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
# pkg_resources.require("wsgidav")

0 comments on commit ee85e7f

Please sign in to comment.