Skip to content

Commit

Permalink
V7 cleanups (#3259)
Browse files Browse the repository at this point in the history
* Clean up tests, link to v7 migration guide

* docs: remove 2023 survey banner (#3218)

* Add newsfragment

---------

Co-authored-by: Marc Garreau <3621728+wolovim@users.noreply.github.com>
  • Loading branch information
kclowes and wolovim committed Feb 29, 2024
1 parent 599ade0 commit b79e302
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
11 changes: 0 additions & 11 deletions docs/_templates/searchbox.html
Expand Up @@ -11,15 +11,4 @@
<input type="hidden" name="area" value="default" />
</form>
</div>

{# Include user survey banner under the search box #}
<div class="search-banner-wrapper">
<a href="https://forms.gle/a5EedxU5FtWv1pQq5">
<img
src="{{ pathto('_static/banner/user-survey.png', 1) }}"
alt="Ethereum Python User Survey"
/>
</a>
</div>

{%- endif %}
4 changes: 2 additions & 2 deletions docs/releases.rst
@@ -1,8 +1,8 @@
Release Notes
=============

v6 Breaking Changes Summary
See the :ref:`v6 Migration Guide<migrating_v5_to_v6>`
v7 Breaking Changes Summary
See the :ref:`v7 Migration Guide<migrating_v6_to_v7>`

.. towncrier release notes start
Expand Down
1 change: 1 addition & 0 deletions newsfragments/3218.docs.rst
@@ -0,0 +1 @@
Remove annual user survey prompt from docs
1 change: 1 addition & 0 deletions newsfragments/3259.misc.rst
@@ -0,0 +1 @@
Tests passing for v7, doc cleanups
2 changes: 1 addition & 1 deletion tests/core/web3-module/test_api.py
@@ -1,2 +1,2 @@
def test_web3_api(w3):
assert w3.api.startswith("6")
assert w3.api.startswith("7")

0 comments on commit b79e302

Please sign in to comment.