Skip to content

Commit

Permalink
ci: cleanup build after nox lab session
Browse files Browse the repository at this point in the history
Bug-Url: #1076
  • Loading branch information
svinota committed Mar 19, 2023
1 parent a3f6cd7 commit ebf286d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def setup_venv_minimal(session, config):
session.run(
'mv', '-f', '.init.py.orig', 'pyroute2/__init__.py', external=True
)
session.run('rm', '-rf', 'build', external=True)
tmpdir = os.path.abspath(session.create_tmp())
session.run('cp', '-a', 'lab', tmpdir, external=True)
session.run('cp', '-a', 'tests', tmpdir, external=True)
Expand Down

0 comments on commit ebf286d

Please sign in to comment.