Skip to content

Commit

Permalink
Moved the common fixtures to the root conftest.py or auth_permissions…
Browse files Browse the repository at this point in the history
…_util.py (feast-dev#54)

* Moved the common fixtures to the root conftest.py or auth_permissions_util.py

Signed-off-by: Lokesh Rangineni <[email protected]>

Signed-off-by: Lokesh Rangineni <[email protected]>

* Adding missed dependency and regenerated the requirements files.
Signed-off-by: Lokesh Rangineni <[email protected]>

Signed-off-by: Lokesh Rangineni <[email protected]>

* Addinig missing changes from the original PR.

Signed-off-by: Lokesh Rangineni <[email protected]>

Signed-off-by: Lokesh Rangineni <[email protected]>

---------

Signed-off-by: Lokesh Rangineni <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
  • Loading branch information
lokeshrangineni authored and tmihalac committed Aug 21, 2024
1 parent 9a579b9 commit 84650b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
read_permissions_perm,
read_sfv_perm,
)
from tests.utils.auth_permissions_util import get_remote_registry_store
from tests.utils.http_server import check_port_open # noqa: E402


Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
from pathlib import Path

from setuptools import find_packages, setup, Command
from setuptools.command.build_ext import build_ext as _build_ext
from setuptools.command.build_py import build_py
from setuptools.command.develop import develop
from setuptools.command.install import install

NAME = "feast"
DESCRIPTION = "Python SDK for Feast"
Expand Down

0 comments on commit 84650b5

Please sign in to comment.