Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Исправить Pytest deprecatingWarnings #90

Open
ArtemBalandin81 opened this issue Jul 21, 2024 · 0 comments
Open

Исправить Pytest deprecatingWarnings #90

ArtemBalandin81 opened this issue Jul 21, 2024 · 0 comments
Labels
refactoring Refactorings and optimizations

Comments

@ArtemBalandin81
Copy link
Owner

ArtemBalandin81 commented Jul 21, 2024

Why?

Если в корне проекта вызвать pytest, то ловим 67 DeprecationWarning.

How Does It Work Now?

Сейчас проект пока что стабильно работает с данными устареваниями.
Но в будущем возможны траблы с поддержкой при обновлении библиотек

How To Do?

  • Исправить DeprecationWarning
  • Отключить DeprecationWarning можно так:
    pytest -W ignore::DeprecationWarning
  • Еще Алиса предлагает такой трюк, но я его не нашел :
    Вы также можете добавить фильтры предупреждений в файл pytest.ini, который находится в корневом каталоге вашего проекта. Добавьте следующую строку в раздел [pytest]:
    filterwarnings = ignore::DeprecationWarning
    Это позволит игнорировать все предупреждения типа DeprecationWarning.

Important

Важно .

Where?

src/somewhere.py
src/somewhere/somewhere/somewhere.py

@ArtemBalandin81 ArtemBalandin81 added the refactoring Refactorings and optimizations label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactorings and optimizations
Projects
None yet
Development

No branches or pull requests

1 participant