Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37817448
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pytest_optional

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: port-on-python3.patch
Скачать


diff --git a/pytest-optional/pytest_optional/__init__.py b/pytest-optional/pytest_optional/__init__.py
index 4de1c2d..830e1f9 100644
--- a/pytest-optional/pytest_optional/__init__.py
+++ b/pytest-optional/pytest_optional/__init__.py
@@ -1,2 +1,2 @@
-from optional import fixture_optional
+from pytest_optional.optional import fixture_optional
 
diff --git a/pytest-optional/pytest_optional/test_example1.py b/pytest-optional/pytest_optional/test_example1.py
index a07545a..a696e14 100644
--- a/pytest-optional/pytest_optional/test_example1.py
+++ b/pytest-optional/pytest_optional/test_example1.py
@@ -1,6 +1,6 @@
 import pytest
 
-from optional import fixture_optional
+from pytest_optional.optional import fixture_optional
 
 
 @fixture_optional
-- 
2.24.1
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin