Skip to content

Commit

Permalink
Merge pull request #1582 from jakirkham/drop_defaults_channel_sources
Browse files Browse the repository at this point in the history
Drop `defaults` from `channel_sources`
  • Loading branch information
isuruf authored Feb 16, 2022
2 parents 1ab3f03 + 5520d8c commit c299172
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ def _load_forge_config(forge_dir, exclusive_config_file, forge_yml=None):
"min_r_ver": "34",
"max_r_ver": "34",
"channels": {
"sources": ["conda-forge", "defaults"],
"sources": ["conda-forge"],
"targets": [["conda-forge", "main"]],
},
"github": {
Expand Down
23 changes: 23 additions & 0 deletions news/drop_defaults_channel_sources.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* Drop ``defaults`` from ``channel_sources``

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit c299172

Please sign in to comment.