From fd678de7f98b63bea2d5c2a355257e68cf722c62 Mon Sep 17 00:00:00 2001 From: MauronMP Date: Wed, 23 Nov 2022 15:43:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20build():=20Remove=20import=20fro?= =?UTF-8?q?m=20py=20files=20and=20cache=20warning=20#34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 14 +++++--------- tasks.py | 1 - tests/test_pmp_iv.py | 1 - 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e526c54..0669aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,15 +3,8 @@ name = "PMP_IV" version = "0.0.5" description = "Gestor dependencias para objetivo 3 en adelante" authors = ["Pablo Morenilla "] -readme = ["docs/Gestor_Dependencias.md", "README.md"] repository = "https://github.com/MauronMP/PMP_IV/" -documentation = "https://github.com/MauronMP/PMP_IV/tree/Objetivo-3/docs" #Temporal, después será la rama main - -packages = [ - { include = "pmp_iv/**/*.py" }, - { include = "pmp_iv/*.py" }, -] - +documentation = "https://github.com/MauronMP/PMP_IV/tree/Objetivo-5/docs" [tool.poetry.dependencies] python = ">=3.8" @@ -21,4 +14,7 @@ pytest = "^7.2.0" [tool.poetry.dev-dependencies] pytest = "^7.2.0" - +[tool.pytest.ini_options] +filterwarnings = [ + "ignore::UserWarning", +] \ No newline at end of file diff --git a/tasks.py b/tasks.py index 3bb8a72..fef10f0 100644 --- a/tasks.py +++ b/tasks.py @@ -1,5 +1,4 @@ from invoke import task, run -import os @task def install(c): diff --git a/tests/test_pmp_iv.py b/tests/test_pmp_iv.py index 35dd2d9..f2ed697 100644 --- a/tests/test_pmp_iv.py +++ b/tests/test_pmp_iv.py @@ -1,4 +1,3 @@ -import os import pytest from pmp_iv.eda import * from pmp_iv.correlacion_area import *