Skip to content

Commit

Permalink
trimming test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghelfi committed Jan 27, 2025
1 parent 0ace5e8 commit 4bf327e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ def test__python_project__upgrade_relative_import_version(

# Copy the projects to the temporary directory.
shutil.copytree(original_dir, tempdir, dirs_exist_ok=True)
logger.info("Loading and executing Kraken project (%s)", tempdir)

pyproject = TomlFile.read(original_dir / "pyproject.toml")
local_build_system = python.buildsystem.detect_build_system(tempdir)
assert local_build_system is not None
assert local_build_system.get_pyproject_reader(pyproject) is not None
assert local_build_system.get_pyproject_reader(pyproject).get_name() == project_name
python.settings.python_settings(project=kraken_project, build_system=local_build_system)
python.build(as_version=build_as_version, project=kraken_project)
kraken_ctx.execute([":build"])

Expand Down

0 comments on commit 4bf327e

Please sign in to comment.