Skip to content

Commit

Permalink
update test fixture for deprecations (#180)
Browse files Browse the repository at this point in the history
* update test fixture for deprecations

* add news
  • Loading branch information
dholth authored Aug 14, 2024
1 parent 8cb985a commit 1ce08dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions news/deprecation-updates
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* Update tests to account for conda-build removals (#180)
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def boolify(v):
exit_on_verify_error=exit_on_verify_error_default,
conda_pkg_format=conda_pkg_format_default,
)
assert result.no_rewrite_stdout_env is False
assert result._src_cache_root is None
assert result.src_cache_root == testing_workdir
return result
Expand Down

0 comments on commit 1ce08dc

Please sign in to comment.