Files
octopus/myproject/requirements.txt
Andrey Smakotin 6692f1bf19 Настройка pytest для корректной работы с django-tenants
Добавлена конфигурация pytest.ini с правильным pythonpath для поддержки Django проекта в подкаталоге myproject. Создан conftest.py для инициализации Django при запуске тестов.

Изменения:
- Добавлен pytest.ini с настройками DJANGO_SETTINGS_MODULE и pythonpath
- Создан myproject/conftest.py для автоматической настройки Django
- Удален устаревший orders/tests.py
- Обновлен requirements.txt

Теперь VS Code корректно обнаруживает все 119 тестов проекта.
2026-01-06 22:29:01 +03:00

43 lines
815 B
Plaintext

amqp==5.3.1
asgiref==3.9.0
billiard==4.2.2
celery==5.4.0
click==8.3.0
click-didyoumean==0.3.1
click-plugins==1.1.1.2
click-repl==0.3.0
colorama==0.4.6
Django==5.0.10
django-celery-results==2.5.1
django-debug-toolbar==6.1.0
django-environ==0.12.0
django-filter==24.3
django-nested-admin==4.1.5
django-phonenumber-field==8.3.0
django-simple-history==3.10.1
django-tenants==3.7.0
et_xmlfile==2.0.0
gunicorn==21.2.0
kombu==5.6.0
openpyxl==3.1.5
packaging==25.0
phonenumbers==9.0.17
pillow==12.0.0
pillow_heif==1.1.1
prompt_toolkit==3.0.52
psycopg2-binary==2.9.11
python-dateutil==2.9.0.post0
python-monkey-business==1.1.0
redis==5.0.8
requests==2.31.0
six==1.17.0
sqlparse==0.5.3
typing_extensions==4.15.0
tzdata==2025.2
Unidecode==1.4.0
vine==5.1.0
wcwidth==0.2.14
whitenoise==6.6.0
pytest==8.0.0
pytest-django==4.7.0